Skip to content

Commit 856240d

Browse files
authored
Update User Guide for Review Workflows to include RBAC for stages (#1840)
* feat(review-workflows): update user-docs to include RBAC for stages * fix(review-workflows): remove read permission restrictions
1 parent 26037f0 commit 856240d

File tree

3 files changed

+16
-9
lines changed

3 files changed

+16
-9
lines changed

docusaurus/docs/user-docs/settings/review-workflows.md

Lines changed: 16 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -25,11 +25,6 @@ The default workflow is configured to have 4 stages: To do, In progress, Ready t
2525

2626
Before being available in the [Content Manager](/user-docs/content-manager/reviewing-content), review workflows must be configured from ![Settings icon](/img/assets/icons/settings.svg) *Settings > Global settings > Review Workflows*. The Review workflows settings are only available to users with the Super Admin role by default. Other roles must be granted the **Review workflows** permissions. See [Users, Roles, & Permissions](/user-docs/users-roles-permissions) for more information.
2727

28-
:::note
29-
Currently all roles using Review Workflows in the Content Manager need to have at least "Read" permission for workflow settings, defined in *Settings > Administration Panel > Roles > Edit a role > Settings > Review Workflows*.
30-
:::
31-
32-
3328
## Creating or editing a workflow
3429

3530
<ThemedImage
@@ -47,7 +42,7 @@ Currently all roles using Review Workflows in the Content Manager need to have a
4742
| -------------- | ------------------------------------------------------------------------ |
4843
| Name | Write a unique name of workflow. |
4944
| Content-Types | (optional) Assign this workflow to one or more existing content-types. |
50-
| Stages | Add review stages (see [Adding a new stage](#adding-a-new-stage)). |
45+
| Stages | Add review stages (see [Adding a new stage](#adding-a-new-stage)). |
5146

5247
3. Click on the **Save** button. The new workflow will be displayed in the list-view and for every content-type assigned.
5348

@@ -63,15 +58,27 @@ To add a new stage in the review workflows:
6358
1. Click on the **Add new stage** button.
6459
2. Write the *Stage name*.
6560
3. Select a *Color*.
66-
3. Click on the **Save** button.
61+
4. Select *Roles* that can change the stage, if the entity is currently in that review stage.
62+
5. Click on the **Save** button.
6763

6864
By default new stages are appended, but they can be reordered anytime using the ![drag & drop](/img/assets/icons/drag.svg) button.
6965

66+
:::tip
67+
To set up roles for each stage, you can either click "Apply to all stages" to apply the current roles to all other stages of the workflow or use "Duplicate stage" of the stage context menu.
68+
:::
69+
70+
71+
### Duplicating a stage
72+
73+
1. Click **Duplicate Stage** in the context menu of the stage.
74+
2. Change the name of the duplicated stage.
75+
2. Click on the **Save** button.
76+
7077

7178
### Deleting a stage
7279

73-
1. Click on the ![delete button](/img/assets/icons/delete.svg) **Delete** button next to the stage you want to remove.
74-
2. Click on the **Save** button: a confirmation modal will appear to confirm the deletion.
80+
1. Click ![Delete](/img/assets/icons/delete.svg) in the context menu of the stage.
81+
2. Click on the **Save** button: a confirmation modal will appear to confirm the deletion, in case the stage has previously been saved.
7582

7683
If you delete a stage that has pending reviews, the reviews will be moved to first stage in the workflow. Every workflow needs to
7784
contain at least one stage and therefore it is not possible to delete the last stage.
21.7 KB
Loading
19.4 KB
Loading

0 commit comments

Comments
 (0)