Skip to content

Commit c8335f4

Browse files
committed
Set the is_bof flag in json_agenda also when it's false.
- Legacy-Id: 12010
1 parent e553ff8 commit c8335f4

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

ietf/meeting/views.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -910,6 +910,7 @@ def json_agenda(request, num=None ):
910910
sessdict = dict()
911911
sessdict['objtype'] = 'session'
912912
sessdict['id'] = asgn.pk
913+
sessdict['is_bof'] = False
913914
if asgn.session.historic_group:
914915
sessdict['group'] = {
915916
"acronym": asgn.session.historic_group.acronym,

0 commit comments

Comments
 (0)