Skip to content

Commit 4228696

Browse files
committed
Merged in [9426] from rcross@amsl.com:
Add several 'From' options for IAD user of announcement tool. - Legacy-Id: 9433 Note: SVN reference [9426] has been migrated to Git commit e5309ab
2 parents b8f84dc + e5309ab commit 4228696

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

ietf/secr/announcement/forms.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
'IETF Registrar <ietf-registrar@ietf.org>',
2828
'IETF Administrative Director <iad@ietf.org>',
2929
'IETF Executive Director <exec-director@ietf.org>',
30-
'The IAOC <bob.hinden@gmail.com>',
30+
'The IAOC <cgriffiths@gmail.com>',
3131
'The IETF Trust <ietf-trust@ietf.org>',
3232
'RSOC Chair <rsoc-chair@iab.org>',
3333
'ISOC Board of Trustees <eburger@standardstrack.com>',
@@ -61,7 +61,7 @@ def get_from_choices(user):
6161
elif has_role(user,'IAB Chair'):
6262
f = (FROM_LIST[6],)
6363
elif has_role(user,'IAD'):
64-
f = (FROM_LIST[9],)
64+
f = (FROM_LIST[9],FROM_LIST[12],FROM_LIST[18],FROM_LIST[11],)
6565
#RSOC Chair, IAOC Chair aren't supported by has_role()
6666
elif Role.objects.filter(person=person,
6767
group__acronym='rsoc',

0 commit comments

Comments
 (0)