From 6a7e39fed8ca3017d80db3217b94da1ceac9ee72 Mon Sep 17 00:00:00 2001 From: bach Date: Wed, 4 Aug 2021 16:21:03 +0200 Subject: [PATCH] added workflow wip --- config/sync/workflow.state.wip.yml | 12 +++++++++++ .../sync/workflow.state.workflow_visible.yml | 2 +- config/sync/workflow_access.role.yml | 21 +++++++++++++++++++ 3 files changed, 34 insertions(+), 1 deletion(-) create mode 100644 config/sync/workflow.state.wip.yml 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