diff --git a/config/sync/workflow.state.wip.yml b/config/sync/workflow.state.wip.yml new file mode 100644 index 0000000..8ed4624 --- /dev/null +++ b/config/sync/workflow.state.wip.yml @@ -0,0 +1,12 @@ +uuid: b9bdd8ad-6475-460e-bcf3-5fd946435fc6 +langcode: en +status: true +dependencies: + config: + - workflow.workflow.workflow +id: wip +label: WIP +module: workflow +wid: workflow +weight: -6 +sysid: 0 diff --git a/config/sync/workflow.state.workflow_visible.yml b/config/sync/workflow.state.workflow_visible.yml index 403abe6..ad4bc46 100644 --- a/config/sync/workflow.state.workflow_visible.yml +++ b/config/sync/workflow.state.workflow_visible.yml @@ -8,5 +8,5 @@ id: workflow_visible label: Visible module: workflow wid: workflow -weight: -6 +weight: -5 sysid: 0 diff --git a/config/sync/workflow_access.role.yml b/config/sync/workflow_access.role.yml index 6856884..466e9c1 100644 --- a/config/sync/workflow_access.role.yml +++ b/config/sync/workflow_access.role.yml @@ -157,3 +157,24 @@ migration_reviewed: grant_view: 0 grant_update: 0 grant_delete: 0 +wip: + admin: + grant_view: true + grant_update: true + grant_delete: 0 + root: + grant_view: true + grant_update: true + grant_delete: true + workflow_author: + grant_view: 0 + grant_update: 0 + grant_delete: 0 + anonymous: + grant_view: 0 + grant_update: 0 + grant_delete: 0 + adherent: + grant_view: true + grant_update: 0 + grant_delete: 0