Skip to content

Commit 9d77c09

Browse files
committed
Independent submissions are IETF track drafts with group set to Individual
- Legacy-Id: 3844
1 parent 05c6644 commit 9d77c09

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

ietf/ietfworkflows/accounts.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ def can_edit_stream(user, draft):
118118
return is_secretariat(user)
119119

120120
def can_adopt(user, draft):
121-
if settings.USE_DB_REDESIGN_PROXY_CLASSES and draft.stream_id == "ise":
121+
if settings.USE_DB_REDESIGN_PROXY_CLASSES and draft.stream_id == "ietf" and draft.group.type_id == "individ":
122122
person = get_person_for_user(user)
123123
if not person:
124124
return False

0 commit comments

Comments
 (0)