Skip to content

Commit

Permalink
Merge pull request #891 from AW0005/patch-5
Browse files Browse the repository at this point in the history
Bug(Admin): New Powers didn't give sidebar access
  • Loading branch information
itinerare authored Mar 31, 2024
2 parents 760798b + 91bd116 commit 432863d
Showing 1 changed file with 14 additions and 4 deletions.
18 changes: 14 additions & 4 deletions config/lorekeeper/admin_sidebar.php
Original file line number Diff line number Diff line change
Expand Up @@ -40,17 +40,27 @@
],
],
],
'Site' => [
'power' => 'edit_pages',
'News' => [
'power' => 'manage_news',
'links' => [
[
'name' => 'News',
'url' => 'admin/news',
'url' => 'admin/news'
],
]
],
'Sales' => [
'power' => 'manage_sales',
'links' => [
[
'name' => 'Sales',
'url' => 'admin/sales',
'url' => 'admin/sales'
],
]
],
'Pages' => [
'power' => 'edit_pages',
'links' => [
[
'name' => 'Pages',
'url' => 'admin/pages',
Expand Down

0 comments on commit 432863d

Please sign in to comment.