Loading config/merged/observation-type.config.php +0 −20 Original line number Diff line number Diff line Loading @@ -78,26 +78,6 @@ return [ ], ], 'navigation' => [ 'default' => [ 'home' => [ 'pages' => [ 'administration' => [ 'pages' => [ 'observation' => [ 'label' => "Observations", 'route' => 'observation/otype', 'resource' => PrivilegeController::getResourceId(ObservationTypeController::class, 'index'), 'order' => 1000, 'icon' => 'fas fa-angle-right', ], ], ], ], ], ], ], 'router' => [ 'routes' => [ 'observation' => [ Loading config/unicaen-observation.global.php.dist 0 → 100644 +28 −0 Original line number Diff line number Diff line <?php namespace UnicaenObservation; use UnicaenObservation\Controller\ObservationTypeController; use UnicaenPrivilege\Guard\PrivilegeController; return [ 'navigation' => [ 'default' => [ 'home' => [ 'pages' => [ 'administration' => [ 'pages' => [ 'observation' => [ 'label' => "Observations", 'route' => 'observation/otype', 'resource' => PrivilegeController::getResourceId(ObservationTypeController::class, 'index'), 'order' => 1000, 'icon' => 'fas fa-angle-right', ], ], ], ], ], ], ], ]; Loading
config/merged/observation-type.config.php +0 −20 Original line number Diff line number Diff line Loading @@ -78,26 +78,6 @@ return [ ], ], 'navigation' => [ 'default' => [ 'home' => [ 'pages' => [ 'administration' => [ 'pages' => [ 'observation' => [ 'label' => "Observations", 'route' => 'observation/otype', 'resource' => PrivilegeController::getResourceId(ObservationTypeController::class, 'index'), 'order' => 1000, 'icon' => 'fas fa-angle-right', ], ], ], ], ], ], ], 'router' => [ 'routes' => [ 'observation' => [ Loading
config/unicaen-observation.global.php.dist 0 → 100644 +28 −0 Original line number Diff line number Diff line <?php namespace UnicaenObservation; use UnicaenObservation\Controller\ObservationTypeController; use UnicaenPrivilege\Guard\PrivilegeController; return [ 'navigation' => [ 'default' => [ 'home' => [ 'pages' => [ 'administration' => [ 'pages' => [ 'observation' => [ 'label' => "Observations", 'route' => 'observation/otype', 'resource' => PrivilegeController::getResourceId(ObservationTypeController::class, 'index'), 'order' => 1000, 'icon' => 'fas fa-angle-right', ], ], ], ], ], ], ], ];