Skip to content

Commit 37161bb

Browse files
committed
Merged in [11512] from rjsparks@nostrum.com:
Allow RG secretaries to manipulate meeting materials. Fixes ietf-tools#1836. - Legacy-Id: 11513 Note: SVN reference [11512] has been migrated to Git commit eb17c03
2 parents 7d7bcbe + eb17c03 commit 37161bb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

ietf/secr/proceedings/views.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
# -------------------------------------------------
3737
# Globals
3838
# -------------------------------------------------
39-
AUTHORIZED_ROLES=('WG Chair','WG Secretary','RG Chair','AG Secretary','IRTF Chair','IETF Trust Chair','IAB Group Chair','IAOC Chair','IAD','Area Director','Secretariat','Team Chair')
39+
AUTHORIZED_ROLES=('WG Chair','WG Secretary','RG Chair','RG Secretary', 'AG Secretary','IRTF Chair','IETF Trust Chair','IAB Group Chair','IAOC Chair','IAD','Area Director','Secretariat','Team Chair')
4040
# -------------------------------------------------
4141
# Helper Functions
4242
# -------------------------------------------------

0 commit comments

Comments
 (0)