backend.access_dashboard no longer makes the System menu visible.

This commit is contained in:
Mitchell Ton 2014-06-14 16:55:12 +02:00
parent 30d29eb5f7
commit 11e297ef62
1 changed files with 1 additions and 1 deletions

View File

@ -118,7 +118,7 @@ class ServiceProvider extends ModuleServiceProvider
'label' => 'system::lang.system.menu_label',
'icon' => 'icon-cog',
'url' => Backend::url('system/settings'),
'permissions' => ['backend.*', 'system.*'],
'permissions' => ['backend.manage_users', 'system.*'],
'order' => 1000,
'sideMenu' => [