Applied a patch rjsparks@nostrum.com to make ballot grids show for statchg documents in ietf last call.
- Legacy-Id: 13015
This commit is contained in:
parent
bb5096da8a
commit
d6d6fd65db
|
@ -58,7 +58,7 @@ def showballoticon(doc):
|
|||
if doc.get_state_slug() not in ("iesgeval","defer"):
|
||||
return False
|
||||
elif doc.type_id == "statchg":
|
||||
if doc.get_state_slug() not in ("iesgeval","defer"):
|
||||
if doc.get_state_slug() not in ("iesgeval","defer", "in-lc"):
|
||||
return False
|
||||
|
||||
return True
|
||||
|
|
Loading…
Reference in a new issue