Skip to content

Commit f570ff8

Browse files
Allowed ADs to manage out of area working groups and upload proceedings for them. Fixes issue ietf-tools#1648. Commit ready for merge.
- Legacy-Id: 11681
1 parent 0d04439 commit f570ff8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

ietf/secr/utils/group.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ def get_my_groups(user,conclude=False):
6161
return list()
6262

6363
for group in all_groups:
64-
if group.role_set.filter(person=person,name__in=('chair','secr')):
64+
if group.role_set.filter(person=person,name__in=('chair','secr','ad')):
6565
my_groups.add(group)
6666
continue
6767
if group.parent and group.parent.role_set.filter(person=person,name__in=('ad','chair')):

0 commit comments

Comments
 (0)