Schedule Table view update & permissions update

This commit is contained in:
Mathieu Lagacé
2020-10-02 18:05:03 -04:00
parent 95a088ddc6
commit 9cdd47a6f4
7 changed files with 125 additions and 74 deletions

View File

@@ -95,7 +95,7 @@ $sidebar = [
'Configuration' => [
'route' => null,
'icon' => 'menu_book',
'perm' => 'config_edit',
'perm' => 'config_see',
'child' => [
'Général' => [
'route' => 'admin.config.general',
@@ -136,7 +136,7 @@ $sidebar = [
'Apparence' => [
'route' => 'admin.config.customisation',
'icon' => 'fas fa-palette',
'perm' => 'config_edit_instruction',
'perm' => 'config_edit_customization',
'child' => null
]
]