Skip to content

Commit 050929a

Browse files
committed
Remove ietfworkflows which is now obsolete
- Legacy-Id: 6297
1 parent 8145d68 commit 050929a

49 files changed

Lines changed: 1 addition & 5564 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

ietf/doc/views_draft.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,6 @@
2525
from ietf.person.forms import EmailsField
2626
from ietf.group.models import Group
2727

28-
from ietf.ietfworkflows.accounts import can_edit_state
29-
3028
from ietf.doc.models import *
3129
from ietf.doc.utils import *
3230
from ietf.name.models import IntendedStdLevelName, DocTagName, StreamName
@@ -1026,7 +1024,7 @@ def request_publication(request, name):
10261024

10271025
doc = get_object_or_404(Document, type="draft", name=name, stream__in=("iab", "ise", "irtf"))
10281026

1029-
if not can_edit_state(request.user, doc):
1027+
if not is_authorized_in_doc_stream(request.user, doc):
10301028
return HttpResponseForbidden("You do not have the necessary permissions to view this page")
10311029

10321030
m = Message()

ietf/ietfworkflows/.gitignore

Lines changed: 0 additions & 1 deletion
This file was deleted.

ietf/ietfworkflows/__init__.py

Lines changed: 0 additions & 18 deletions
This file was deleted.

ietf/ietfworkflows/accounts.py

Lines changed: 0 additions & 132 deletions
This file was deleted.

ietf/ietfworkflows/constants.py

Lines changed: 0 additions & 13 deletions
This file was deleted.

ietf/ietfworkflows/fixtures/.gitignore

Lines changed: 0 additions & 1 deletion
This file was deleted.

0 commit comments

Comments
 (0)