Fixes #1580. grants IRTF Chair access to proceedings. Commit ready for merge.

- Legacy-Id: 8879
This commit is contained in:
Ryan Cross 2015-01-21 19:00:53 +00:00
parent 83c3393c0c
commit bfeb650e0e

View file

@ -37,7 +37,7 @@ from ietf.secr.proceedings.models import InterimMeeting # proxy model
# -------------------------------------------------
# Globals
# -------------------------------------------------
AUTHORIZED_ROLES=('WG Chair','WG Secretary','RG Chair','IAB Group Chair','Area Director','Secretariat','Team Chair')
AUTHORIZED_ROLES=('WG Chair','WG Secretary','RG Chair','IRTF Chair','IAB Group Chair','Area Director','Secretariat','Team Chair')
# -------------------------------------------------
# Helper Functions
# -------------------------------------------------