Skip to content

Commit

Permalink
Merge pull request #857 from danskernesdigitalebibliotek/menu-permiss…
Browse files Browse the repository at this point in the history
…ion-again

Make sure that editors and local administrators actually can edit menus.
  • Loading branch information
spaceo authored Mar 5, 2024
2 parents 9a427c0 + b4c966e commit cf67aae
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 0 deletions.
2 changes: 2 additions & 0 deletions config/sync/user.role.administrator.yml
Original file line number Diff line number Diff line change
Expand Up @@ -133,6 +133,7 @@ permissions:
- 'delete terms in categories'
- 'delete terms in tags'
- 'dpl admin access pages'
- 'edit admin menu'
- 'edit any article content'
- 'edit any branch content'
- 'edit any campaign content'
Expand All @@ -144,6 +145,7 @@ permissions:
- 'edit eventseries entity'
- 'edit links in admin menu'
- 'edit links in main menu'
- 'edit main menu'
- 'edit own article content'
- 'edit own branch content'
- 'edit own campaign content'
Expand Down
1 change: 1 addition & 0 deletions config/sync/user.role.editor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -106,6 +106,7 @@ permissions:
- 'edit eventinstance entity'
- 'edit eventseries entity'
- 'edit links in main menu'
- 'edit main menu'
- 'edit own article content'
- 'edit own branch content'
- 'edit own campaign content'
Expand Down
2 changes: 2 additions & 0 deletions config/sync/user.role.local_administrator.yml
Original file line number Diff line number Diff line change
Expand Up @@ -121,6 +121,7 @@ permissions:
- 'delete terms in categories'
- 'delete terms in tags'
- 'dpl admin access pages'
- 'edit admin menu'
- 'edit any article content'
- 'edit any branch content'
- 'edit any campaign content'
Expand All @@ -132,6 +133,7 @@ permissions:
- 'edit eventseries entity'
- 'edit links in admin menu'
- 'edit links in main menu'
- 'edit main menu'
- 'edit own article content'
- 'edit own branch content'
- 'edit own campaign content'
Expand Down

0 comments on commit cf67aae

Please sign in to comment.