You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Allow chairs to upload bluesheets for interim meetings. Fixesietf-tools#2165.
- Legacy-Id: 13425
Note: SVN reference [13412] has been migrated to Git commit 264f6f3
{% if user|has_role:"Secretariat" and not session.type_counter.bluesheets %}
74
+
{% if user|has_role:"Secretariat" and not session.type_counter.bluesheets or meeting.type.slug == 'interim' and can_manage_materials and not session.type_counter.bluesheets %}
0 commit comments