Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ISSUE-59: Remove permissions referrencing non-existent transitions. #60

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ is_admin: null
permissions:
- 'access content overview'
- 'use oe_corporate_workflow transition needs_review_to_draft'
- 'use oe_corporate_workflow transition needs_review_to_needs_review'
- 'use oe_corporate_workflow transition needs_review_to_request_validation'
- 'view all revisions'
- 'view any unpublished content'
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +7,11 @@ weight: 4
is_admin: null
permissions:
- 'access content overview'
- 'use oe_corporate_workflow transition published_to_published'
- 'use oe_corporate_workflow transition request_validation_to_draft'
- 'use oe_corporate_workflow transition request_validation_to_needs_review'
- 'use oe_corporate_workflow transition request_validation_to_request_validation'
- 'use oe_corporate_workflow transition request_validation_to_validated'
- 'use oe_corporate_workflow transition validated_to_draft'
- 'use oe_corporate_workflow transition validated_to_published'
- 'use oe_corporate_workflow transition validated_to_validated'
- 'use oe_corporate_workflow transition published_to_archived'
- 'use oe_corporate_workflow transition published_to_expired'
- 'view all revisions'
Expand Down