diff --git a/site-administration/set-permissions/group_permissions.dmn b/site-administration/set-permissions/group_permissions.dmn index 83986e44..13e323d5 100644 --- a/site-administration/set-permissions/group_permissions.dmn +++ b/site-administration/set-permissions/group_permissions.dmn @@ -56,19 +56,19 @@ "PG:ALL" - - test group can read and even update task data for process instances within the test process group. If a permission_uri begins with a forward slash, this grants access to an API path directly. These can include asterisk wildcards at the end. - + + Everybody can raise a New Demand Request + - - "test" + + "everybody" - - ["read", "update"] + + ["start"] - - "/task-data/misc:test:*" + + "PM:manage-procurement:procurement:requisition-order-management:raise-new-demand-request" @@ -131,6 +131,21 @@ "PG:manage-procurement:vendor-lifecycle-management" + + test group can read and even update task data for process instances within the test process group. If a permission_uri begins with a forward slash, this grants access to an API path directly. These can include asterisk wildcards at the end. + + + + + "test" + + + ["read", "update"] + + + "/task-data/misc:test:*" + + test group can start all process models under the test process group. @@ -146,21 +161,6 @@ "PG:misc:test" - - whatever - - - - - "everybody" - - - ["start"] - - - "PM:manage-procurement:procurement:requisition-order-management:raise-new-demand-request" - -