Allow RG secretaries to manipulate meeting materials. Fixes #1836. Commit ready for merge.

- Legacy-Id: 11512
This commit is contained in:
Robert Sparks 2016-07-01 20:59:57 +00:00
parent 55ef3a620f
commit eb17c03d1d

View file

@ -36,7 +36,7 @@ from ietf.utils.log import log
# -------------------------------------------------
# Globals
# -------------------------------------------------
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')
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')
# -------------------------------------------------
# Helper Functions
# -------------------------------------------------