You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docusaurus/docs/user-docs/settings/review-workflows.md
+16-9Lines changed: 16 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -25,11 +25,6 @@ The default workflow is configured to have 4 stages: To do, In progress, Ready t
25
25
26
26
Before being available in the [Content Manager](/user-docs/content-manager/reviewing-content), review workflows must be configured from *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.
27
27
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
-
33
28
## Creating or editing a workflow
34
29
35
30
<ThemedImage
@@ -47,7 +42,7 @@ Currently all roles using Review Workflows in the Content Manager need to have a
| 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)). |
51
46
52
47
3. Click on the **Save** button. The new workflow will be displayed in the list-view and for every content-type assigned.
53
48
@@ -63,15 +58,27 @@ To add a new stage in the review workflows:
63
58
1. Click on the **Add new stage** button.
64
59
2. Write the *Stage name*.
65
60
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.
67
63
68
64
By default new stages are appended, but they can be reordered anytime using the  button.
69
65
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
+
70
77
71
78
### Deleting a stage
72
79
73
-
1. Click on the **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 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.
75
82
76
83
If you delete a stage that has pending reviews, the reviews will be moved to first stage in the workflow. Every workflow needs to
77
84
contain at least one stage and therefore it is not possible to delete the last stage.
0 commit comments