Skip to content

Commit e5f7dd8

Browse files
committed
Fixed a typo in a slug.
- Legacy-Id: 5454
1 parent 594ca1f commit e5f7dd8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

ietf/idrfc/views_edit.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ def change_stateREDESIGN(request, name):
106106

107107
if next_state.slug in ("iesg-eva", "lc"):
108108
if not doc.get_state_slug("draft-iana-review"):
109-
doc.set_state(State.objects.get(type="draft-iana-review", slug="rev-need"))
109+
doc.set_state(State.objects.get(type="draft-iana-review", slug="need-rev"))
110110

111111
if next_state.slug == "lc-req":
112112
request_last_call(request, doc)

0 commit comments

Comments
 (0)