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
This commit is contained in:
Henrik Levkowetz 2013-02-24 20:11:29 +00:00
parent 032705f100
commit 274812c5b9

View file

@ -445,7 +445,7 @@ class WgMeetingSessionProxy(TimeSlot):
return "irtf"
if self.type_id == "plenary":
return "1plenary"
if not self.session.group.parent or not self.session.group.parent.type_id in ["area","irtf"]:
if not self.session.group.parent or not self.session.group.parent.type_id in ["area","irtf","ietf"]:
return ""
return self.session.group.parent.acronym
def area_name(self):