Treat BoF as proposed WG.
- Legacy-Id: 4374
This commit is contained in:
parent
79e8013455
commit
5215527de2
|
@ -114,7 +114,7 @@ def get_rfc_number(doc):
|
|||
def get_chartering_type(doc):
|
||||
chartering = ""
|
||||
if doc.get_state_slug() not in ("notrev", "approved"):
|
||||
if doc.group.state_id == "proposed":
|
||||
if doc.group.state_id in ("proposed", "bof"):
|
||||
chartering = "initial"
|
||||
elif doc.group.state_id == "active":
|
||||
chartering = "rechartering"
|
||||
|
|
Loading…
Reference in a new issue