Skip to content

Commit 274812c

Browse files
committed
Modified the set of permissible parents for session groups, in order to permit an IAB-sponsored BoF to appear on the agenda.
- Legacy-Id: 5451
1 parent 032705f commit 274812c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

ietf/meeting/proxy.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -445,7 +445,7 @@ def area(self):
445445
return "irtf"
446446
if self.type_id == "plenary":
447447
return "1plenary"
448-
if not self.session.group.parent or not self.session.group.parent.type_id in ["area","irtf"]:
448+
if not self.session.group.parent or not self.session.group.parent.type_id in ["area","irtf","ietf"]:
449449
return ""
450450
return self.session.group.parent.acronym
451451
def area_name(self):

0 commit comments

Comments
 (0)