Skip to content

Commit e1da266

Browse files
committed
Show ballots for charters that are in external review in search results (including the iesg/agenda/documents page). Fixed ietf-tools#1792. Commit ready for merge. Should also be patched into production.
- Legacy-Id: 11487
1 parent ca87b89 commit e1da266

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

ietf/doc/templatetags/ballot_icon.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ def showballoticon(doc):
5050
if doc.get_state_slug("draft-iesg") not in IESG_BALLOT_ACTIVE_STATES:
5151
return False
5252
elif doc.type_id == "charter":
53-
if doc.get_state_slug() not in ("intrev", "iesgrev"):
53+
if doc.get_state_slug() not in ("intrev", "extrev", "iesgrev"):
5454
return False
5555
elif doc.type_id == "conflrev":
5656
if doc.get_state_slug() not in ("iesgeval","defer"):

0 commit comments

Comments
 (0)