From 9d77c09f10b2af0766dea495d2a8a30540655b06 Mon Sep 17 00:00:00 2001 From: Ole Laursen Date: Fri, 20 Jan 2012 18:39:44 +0000 Subject: [PATCH] Independent submissions are IETF track drafts with group set to Individual - Legacy-Id: 3844 --- ietf/ietfworkflows/accounts.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ietf/ietfworkflows/accounts.py b/ietf/ietfworkflows/accounts.py index 7119bc118..669da3dcb 100644 --- a/ietf/ietfworkflows/accounts.py +++ b/ietf/ietfworkflows/accounts.py @@ -118,7 +118,7 @@ def can_edit_stream(user, draft): return is_secretariat(user) def can_adopt(user, draft): - if settings.USE_DB_REDESIGN_PROXY_CLASSES and draft.stream_id == "ise": + if settings.USE_DB_REDESIGN_PROXY_CLASSES and draft.stream_id == "ietf" and draft.group.type_id == "individ": person = get_person_for_user(user) if not person: return False