Skip to content

Commit 0144bcd

Browse files
committed
Only set wg-doc on WG documents
- Legacy-Id: 3980
1 parent cb1b56d commit 0144bcd

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

ietf/submit/utils.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@ def perform_postREDESIGN(request, submission):
132132
draft.save()
133133

134134
draft.set_state(State.objects.get(type="draft", slug="active"))
135-
if draft.stream_id == "ietf" and draft.group.type_id != "individ":
135+
if draft.stream_id == "ietf" and draft.group.type_id == "wg":
136136
# automatically set state "WG Document"
137137
draft.set_state(State.objects.get(type="draft-stream-%s" % draft.stream_id, slug="wg-doc"))
138138

0 commit comments

Comments
 (0)