We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 67d4b40 commit 6eb8c03Copy full SHA for 6eb8c03
1 file changed
ietf/meeting/views.py
@@ -973,6 +973,7 @@ def json_agenda(request, num=None ):
973
rev_docevent = doc.latest_event(NewRevisionDocEvent,'new_revision')
974
modified = max(modified, (rev_docevent and rev_docevent.time) or modified)
975
sessdict['modified'] = modified
976
+ sessdict['status'] = asgn.session.status_id
977
sessions.append(sessdict)
978
979
rooms = []
0 commit comments