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:
parent
032705f100
commit
274812c5b9
|
@ -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):
|
||||
|
|
Loading…
Reference in a new issue