Set the is_bof flag in json_agenda also when it's false.

- Legacy-Id: 12010
This commit is contained in:
Henrik Levkowetz 2016-09-20 20:31:39 +00:00
parent e553ff80d8
commit c8335f4c59

View file

@ -910,6 +910,7 @@ def json_agenda(request, num=None ):
sessdict = dict()
sessdict['objtype'] = 'session'
sessdict['id'] = asgn.pk
sessdict['is_bof'] = False
if asgn.session.historic_group:
sessdict['group'] = {
"acronym": asgn.session.historic_group.acronym,