Loading config/merged/indicateur.config.php +19 −3 Original line number Diff line number Diff line Loading @@ -22,11 +22,18 @@ return [ 'controller' => IndicateurController::class, 'action' => [ 'index', 'afficher', 'rafraichir', 'creer', 'modifier', 'detruire', ], 'privileges' => [ IndicateurPrivileges::EDITER, ], ], [ 'controller' => IndicateurController::class, 'action' => [ 'afficher', 'rafraichir', 'exporter', 'regenerer', ], Loading @@ -34,6 +41,15 @@ return [ IndicateurPrivileges::AFFICHER, ], ], [ 'controller' => IndicateurController::class, 'action' => [ 'detruire', ], 'privileges' => [ IndicateurPrivileges::DETRUIRE, ], ], [ 'controller' => IndicateurController::class, 'action' => [ Loading Loading
config/merged/indicateur.config.php +19 −3 Original line number Diff line number Diff line Loading @@ -22,11 +22,18 @@ return [ 'controller' => IndicateurController::class, 'action' => [ 'index', 'afficher', 'rafraichir', 'creer', 'modifier', 'detruire', ], 'privileges' => [ IndicateurPrivileges::EDITER, ], ], [ 'controller' => IndicateurController::class, 'action' => [ 'afficher', 'rafraichir', 'exporter', 'regenerer', ], Loading @@ -34,6 +41,15 @@ return [ IndicateurPrivileges::AFFICHER, ], ], [ 'controller' => IndicateurController::class, 'action' => [ 'detruire', ], 'privileges' => [ IndicateurPrivileges::DETRUIRE, ], ], [ 'controller' => IndicateurController::class, 'action' => [ Loading