Skip to content

Commit b612d8c

Browse files
committed
Add stream to conflict-review documents in the agenda.json object for the IESG telechat agenda
- Legacy-Id: 4836
1 parent 5a2ae19 commit b612d8c

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

ietf/iesg/views.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -318,6 +318,7 @@ def _agenda_json(request, date=None):
318318
docinfo['target-title'] = td.title
319319
docinfo['target-rev'] = td.rev
320320
docinfo['intended-std-level'] = str(td.intended_std_level)
321+
docinfo['stream'] = str(td.stream)
321322
else:
322323
docinfo['intended-std-level'] = str(d.intended_std_level)
323324
if d.rfc_number():

0 commit comments

Comments
 (0)