Commit 5a678dd9 authored by Antony Le Courtes's avatar Antony Le Courtes
Browse files

Re-afficher modification service du dans l'onglet gestion

parent a3ac511a
Loading
Loading
Loading
Loading
+9 −2
Original line number Diff line number Diff line
@@ -3,6 +3,7 @@
namespace Application;

use Application\Provider\Privilege\Privileges;
use Service\Controller\ModificationServiceDuController;
use UnicaenAuth\Guard\PrivilegeController;

return [
@@ -53,6 +54,12 @@ return [
                                        'route'       => 'pilotage/ecarts-etats',
                                        'resource'    => PrivilegeController::getResourceId('Application\Controller\Pilotage', 'ecartsEtats'),
                                    ],
                                    'modification-service-du-export-csv' => [
                                        'label'    => "Modifications de service dû (CSV)",
                                        'title'    => "Modifications de service dû (CSV)",
                                        'route'    => 'modification-service-du/export-csv',
                                        'resource' => PrivilegeController::getResourceId(ModificationServiceDuController::class, 'export-csv'),
                                    ],
                                    'indicateurs'                        => [
                                        'label'       => 'Liste des indicateurs de suivi',
                                        'title'       => 'Liste des indicateurs de suivi',
+6 −18
Original line number Diff line number Diff line
@@ -57,19 +57,7 @@ return [
    ],

    'navigation' => [
        'gestion'        => [
            'pages' => [
                'modification-service-du-export-csv' => [
                    'label'        => "Modifications de service dû (CSV)",
                    'icon'         => 'fas fa-fill',
                    'title'        => "Modifications de service dû (CSV)",
                    'route'        => 'modification-service-du/export-csv',
                    'resource'     => PrivilegeController::getResourceId(ModificationServiceDuController::class, 'export-csv'),
                    'order'        => 45,
                    'color' => '#45DAE0',
                ],
            ],
        ],
      
        'administration' => [
            'pages' => [
                'rh' => [