Skip to content

Commit

Permalink
fix(admin): update admin groups page rules write:pages label to match…
Browse files Browse the repository at this point in the history
… actual permissions
  • Loading branch information
NGPixel committed Jul 19, 2022
1 parent 628c72e commit e78953d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions client/components/admin/admin-groups-edit-rules.vue
Expand Up @@ -214,8 +214,8 @@ export default {
return {
roles: [
{ text: 'Read Pages', value: 'read:pages', icon: 'mdi-file-eye-outline' },
{ text: 'Create Pages', value: 'write:pages', icon: 'mdi-file-plus-outline' },
{ text: 'Edit + Move Pages', value: 'manage:pages', icon: 'mdi-file-document-edit-outline' },
{ text: 'Create + Edit Pages', value: 'write:pages', icon: 'mdi-file-plus-outline' },
{ text: 'Rename / Move Pages', value: 'manage:pages', icon: 'mdi-file-document-edit-outline' },
{ text: 'Delete Pages', value: 'delete:pages', icon: 'mdi-file-remove-outline' },
{ text: 'View Pages Source', value: 'read:source', icon: 'mdi-code-tags' },
{ text: 'View Pages History', value: 'read:history', icon: 'mdi-history' },
Expand Down

0 comments on commit e78953d

Please sign in to comment.