Skip to content

Commit a3e3ee1

Browse files
committed
Show Dead expired documents appropriately; just 'Expired' is insufficient.
- Legacy-Id: 2768
1 parent 6d28eee commit a3e3ee1

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

ietf/idrfc/idrfc_wrapper.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -219,6 +219,8 @@ def friendly_state(self):
219219
else:
220220
return "I-D Exists"
221221
else:
222+
if self.in_ietf_process() and self.ietf_process.main_state == "Dead":
223+
return self.draft_status+" (IESG: "+self.ietf_process.state+")"
222224
# Expired/Withdrawn by Submitter/IETF
223225
return self.draft_status
224226

0 commit comments

Comments
 (0)