Skip to content

Commit 47c2522

Browse files
committed
Always show IANA state (not only for certain states)
- Legacy-Id: 5756
1 parent 6b0d1b1 commit 47c2522

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

ietf/iesg/views.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -218,7 +218,7 @@ def agenda_docs(date, next_agenda):
218218

219219
if doc.type_id == "draft":
220220
s = doc.get_state("draft-iana-review")
221-
if s and s.slug in ("not-ok", "changed", "need-rev"):
221+
if s: # and s.slug in ("not-ok", "changed", "need-rev"):
222222
doc.iana_review_state = str(s)
223223

224224
if doc.get_state_slug("draft-iesg") == "lc":

0 commit comments

Comments
 (0)