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 9e24d26 commit b6840f0Copy full SHA for b6840f0
1 file changed
ietf/ietfworkflows/utils.py
@@ -290,5 +290,5 @@ def get_full_info_for_draft(draft):
290
workflow=get_workflow_for_draft(draft),
291
tags=[i.annotation_tag for i in get_annotation_tags_for_draft(draft)],
292
state=get_state_for_draft(draft),
293
- shepherd=draft.shepherd,
+ shepherd=draft.shepherd if draft.shepherd_id else None,
294
)
0 commit comments