Skip to content

Commit eacb445

Browse files
authored
Merge pull request #769 from ExpressionEngine/feature/7.x/category-group-permissions
additional permissions to manage category groups
2 parents e7c01a8 + 6a53179 commit eacb445

File tree

2 files changed

+7
-0
lines changed

2 files changed

+7
-0
lines changed

docs/control-panel/categories.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,10 +39,14 @@ Extra saving options are also available from the dropdown menu under "Save":
3939
- "Save & Close" - redirects to categories list after saving
4040
- "Clone to New Category" - saves the changes into a new category. The current category is used as a "template" and remains unchanged.
4141

42+
Note that only members with appropriate permissions are able to perform actions on categories. The permissions are being set per Role globally as well as per each Category Group.
43+
4244
## Create/Edit Category Groups
4345

4446
**Control Panel Location: `Content > Categories > New/Edit Category Group`**
4547

48+
Access to this sections requires "Can edit category groups" permission to be set for the users member Role.
49+
4650
The category group form is broken out into 3 tabs:
4751

4852
### Details tab

docs/development/services/permission.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -134,6 +134,9 @@ The following are permission names available for validating a user's permissions
134134
- `can_create_channel_fields`
135135
- `can_edit_channel_fields`
136136
- `can_delete_channel_fields`
137+
- `can_create_category_groups`
138+
- `can_edit_category_groups`
139+
- `can_delete_category_groups`
137140
- `can_create_categories`
138141
- `can_edit_categories`
139142
- `can_delete_categories`

0 commit comments

Comments
 (0)