Skip to content

Commit f53d03e

Browse files
committed
Merged in [17835] from pusateri@bangj.com:
Add agenda_note and remote_instructions to agenda.json API. Fixes ietf-tools#2955. - Legacy-Id: 17853 Note: SVN reference [17835] has been migrated to Git commit d275a78
2 parents cd7eeb2 + d275a78 commit f53d03e

2 files changed

Lines changed: 6 additions & 0 deletions

File tree

ietf/meeting/views.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1405,6 +1405,10 @@ def json_agenda(request, num=None ):
14051405
sessdict['name'] = asgn.session.historic_group.name
14061406
if asgn.session.short:
14071407
sessdict['short'] = asgn.session.short
1408+
if asgn.session.agenda_note:
1409+
sessdict['agenda_note'] = asgn.session.agenda_note
1410+
if asgn.session.remote_instructions:
1411+
sessdict['remote_instructions'] = asgn.session.remote_instructions
14081412
sessdict['start'] = asgn.timeslot.utc_start_time().strftime("%Y-%m-%dT%H:%M:%SZ")
14091413
sessdict['duration'] = str(asgn.timeslot.duration)
14101414
sessdict['location'] = asgn.room_name

ready-for-merge

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@
77

88
# --- Add entries at the top ---
99

10+
/personal/housley/6.130.2.dev0@17843
11+
1012
/personal/rcross/6.130.1.dev0@17804
1113
/personal/rcross/6.130.1.dev0@17803
1214

0 commit comments

Comments
 (0)