Bug fix from Henrik, missing d.
- Legacy-Id: 3976
This commit is contained in:
parent
fb58c0d6f4
commit
8aab6b30a3
|
@ -450,7 +450,7 @@ if settings.USE_DB_REDESIGN_PROXY_CLASSES:
|
|||
res.append(rfc_num)
|
||||
elif d.get_state_slug() == "active":
|
||||
if d.get_state("draft-iesg"):
|
||||
res.append(get_state("draft-iesg").order)
|
||||
res.append(d.get_state("draft-iesg").order)
|
||||
else:
|
||||
res.append(0)
|
||||
else:
|
||||
|
|
Loading…
Reference in a new issue