Commit 958d1885 authored by Jean-Philippe Metivier's avatar Jean-Philippe Metivier
Browse files

Remise en ordre des privilèges associés aux indicateurs

parent 9d0bb4ce
Loading
Loading
Loading
Loading
Loading
+19 −3
Original line number Diff line number Diff line
@@ -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',
                    ],
@@ -34,6 +41,15 @@ return [
                        IndicateurPrivileges::AFFICHER,
                    ],
                ],
                [
                    'controller' => IndicateurController::class,
                    'action' => [
                        'detruire',
                    ],
                    'privileges' => [
                        IndicateurPrivileges::DETRUIRE,
                    ],
                ],
                [
                    'controller' => IndicateurController::class,
                    'action' => [