Show ballots for charters that are in external review in search results (including the iesg/agenda/documents page). Fixed #1792. Commit ready for merge. Should also be patched into production.
- Legacy-Id: 11487
This commit is contained in:
parent
ca87b89a79
commit
e1da2669d3
|
@ -50,7 +50,7 @@ def showballoticon(doc):
|
|||
if doc.get_state_slug("draft-iesg") not in IESG_BALLOT_ACTIVE_STATES:
|
||||
return False
|
||||
elif doc.type_id == "charter":
|
||||
if doc.get_state_slug() not in ("intrev", "iesgrev"):
|
||||
if doc.get_state_slug() not in ("intrev", "extrev", "iesgrev"):
|
||||
return False
|
||||
elif doc.type_id == "conflrev":
|
||||
if doc.get_state_slug() not in ("iesgeval","defer"):
|
||||
|
|
Loading…
Reference in a new issue