-
Notifications
You must be signed in to change notification settings - Fork 70
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
VACMS-11334: Implement VBA permissions and Restricted archive workflow (
#15872) * VACMS-11334:Adds Content Creator - VBA role * VACMS-11334: Adds content_editor and content_publisher permissions * VACMS-11334: Adds workflow (started) * VACMS-11334: Adds Restricted archive workflow * VACMS-11334: Adds Restricted archive workflow to roles * VACMS-11334: Adds service_region to Restricted archive workflow * VACMS-11334: Updates phpunit test * VACMS-11334: Updates permissions * VACMS-11334: Updates Cypress test for new role
- Loading branch information
Showing
18 changed files
with
270 additions
and
16 deletions.
There are no files selected for viewing
14 changes: 14 additions & 0 deletions
14
config/sync/system.action.user_add_role_action.content_creator_vba.yml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
uuid: 598ff07d-2137-4b9e-b42b-bcb12ee8ce73 | ||
langcode: en | ||
status: true | ||
dependencies: | ||
config: | ||
- user.role.content_creator_vba | ||
module: | ||
- user | ||
id: user_add_role_action.content_creator_vba | ||
label: 'Add the Content creator - VBA role to the selected user(s)' | ||
type: user | ||
plugin: user_add_role_action | ||
configuration: | ||
rid: content_creator_vba |
14 changes: 14 additions & 0 deletions
14
config/sync/system.action.user_remove_role_action.content_creator_vba.yml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
uuid: 848547ae-a62b-46e4-a6c8-36389c9cc754 | ||
langcode: en | ||
status: true | ||
dependencies: | ||
config: | ||
- user.role.content_creator_vba | ||
module: | ||
- user | ||
id: user_remove_role_action.content_creator_vba | ||
label: 'Remove the Content creator - VBA role from the selected user(s)' | ||
type: user | ||
plugin: user_remove_role_action | ||
configuration: | ||
rid: content_creator_vba |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
uuid: 26f626ef-6627-482e-b730-ff8545f36081 | ||
langcode: en | ||
status: true | ||
dependencies: | ||
config: | ||
- node.type.vba_facility_service | ||
module: | ||
- node | ||
- va_gov_backend | ||
third_party_settings: | ||
va_gov_backend: | ||
vgb_description: 'Can create VBA facility services' | ||
id: content_creator_vba | ||
label: 'Content creator - VBA' | ||
weight: -3 | ||
is_admin: null | ||
permissions: | ||
- 'create vba_facility_service content' | ||
- 'view node link report' |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.