Set the is_bof flag in json_agenda also when it's false.
- Legacy-Id: 12010
This commit is contained in:
parent
e553ff80d8
commit
c8335f4c59
|
@ -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,
|
||||
|
|
Loading…
Reference in a new issue