Skip to content

Commit 7b702c7

Browse files
committed
Merged in [11487] from rjsparks@nostrum.com:
Show ballots for charters that are in external review in search results (including the iesg/agenda/documents page). Fixes ietf-tools#1792. - Legacy-Id: 11490 Note: SVN reference [11487] has been migrated to Git commit e1da266
2 parents 2658aee + e1da266 commit 7b702c7

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)