Loading config/autoload/unicaen-utilisateur.global.php +1 −0 Original line number Diff line number Diff line Loading @@ -4,6 +4,7 @@ use Application\Provider\IdentityProvider; use Application\Provider\IdentityProviderFactory; use UnicaenUtilisateur\Entity\Db\Role; use UnicaenUtilisateur\Entity\Db\User; use UnicaenUtilisateur\ORM\Event\Listeners\HistoriqueListener; use UnicaenUtilisateur\ORM\Event\Listeners\HistoriqueListenerFactory; use UnicaenUtilisateur\Provider\Privilege\RolePrivileges; use UnicaenUtilisateur\Provider\Privilege\UtilisateurPrivileges; Loading module/Carriere/config/merged/categorie.config.php +7 −0 Original line number Diff line number Diff line Loading @@ -81,6 +81,7 @@ return [ 'options' => [ 'route' => '/categorie', 'defaults' => [ /** @see CategorieController::indexAction(); */ 'controller' => CategorieController::class, 'action' => 'index', ], Loading @@ -92,6 +93,7 @@ return [ 'options' => [ 'route' => '/afficher-metiers/:categorie', 'defaults' => [ /** @see CategorieController::afficherMetiersAction(); */ 'controller' => CategorieController::class, 'action' => 'afficher-metiers', ], Loading @@ -103,6 +105,7 @@ return [ 'options' => [ 'route' => '/ajouter', 'defaults' => [ /** @see CategorieController::ajouterAction(); */ 'controller' => CategorieController::class, 'action' => 'ajouter', ], Loading @@ -114,6 +117,7 @@ return [ 'options' => [ 'route' => '/modifier/:categorie', 'defaults' => [ /** @see CategorieController::modifierAction() */ 'controller' => CategorieController::class, 'action' => 'modifier', ], Loading @@ -124,6 +128,7 @@ return [ 'options' => [ 'route' => '/historiser/:categorie', 'defaults' => [ /** @see CategorieController::historiserAction() */ 'controller' => CategorieController::class, 'action' => 'historiser', ], Loading @@ -134,6 +139,7 @@ return [ 'options' => [ 'route' => '/restaurer/:categorie', 'defaults' => [ /** @see CategorieController::restaurerAction() */ 'controller' => CategorieController::class, 'action' => 'restaurer', ], Loading @@ -144,6 +150,7 @@ return [ 'options' => [ 'route' => '/supprimer/:categorie', 'defaults' => [ /** @see CategorieController::supprimerAction() */ 'controller' => CategorieController::class, 'action' => 'supprimer', ], Loading module/Carriere/config/merged/corps.config.php +3 −0 Original line number Diff line number Diff line Loading @@ -73,6 +73,7 @@ return [ 'options' => [ 'route' => '/corps', 'defaults' => [ /** @see CorpsController::indexAction() */ 'controller' => CorpsController::class, 'action' => 'index', ], Loading @@ -84,6 +85,7 @@ return [ 'options' => [ 'route' => '/afficher-agents/:corps', 'defaults' => [ /** @see CorpsController::afficherAgentsAction() */ 'controller' => CorpsController::class, 'action' => 'afficher-agents', ], Loading @@ -95,6 +97,7 @@ return [ 'options' => [ 'route' => '/modifier-niveaux/:corps', 'defaults' => [ /** @see CorpsController::modifierNiveauxAction() */ 'controller' => CorpsController::class, 'action' => 'modifier-niveaux', ], Loading module/Carriere/config/merged/correspondance.config.php +4 −0 Original line number Diff line number Diff line Loading @@ -82,6 +82,7 @@ return [ 'options' => [ 'route' => '/correspondance-type', 'defaults' => [ /** @see CorrespondanceTypeController::indexAction() */ 'controller' => CorrespondanceTypeController::class, 'action' => 'index', ], Loading @@ -93,6 +94,7 @@ return [ 'options' => [ 'route' => '/afficher/:type', 'defaults' => [ /** @see CorrespondanceTypeController::afficherAction() */ 'controller' => CorrespondanceTypeController::class, 'action' => 'afficher', ], Loading @@ -108,6 +110,7 @@ return [ 'options' => [ 'route' => '/correspondance', 'defaults' => [ /** @see CorrespondanceController::indexAction() */ 'controller' => CorrespondanceController::class, 'action' => 'index', ], Loading @@ -119,6 +122,7 @@ return [ 'options' => [ 'route' => '/afficher-agents/:correspondance', 'defaults' => [ /** @see CorrespondanceController::afficherAgentsAction() */ 'controller' => CorrespondanceController::class, 'action' => 'afficher-agents', ], Loading module/Carriere/config/merged/grade.config.php +2 −0 Original line number Diff line number Diff line Loading @@ -57,6 +57,7 @@ return [ 'options' => [ 'route' => '/grade', 'defaults' => [ /** @see GradeController::indexAction() */ 'controller' => GradeController::class, 'action' => 'index', ], Loading @@ -68,6 +69,7 @@ return [ 'options' => [ 'route' => '/afficher-agents/:grade', 'defaults' => [ /** @see GradeController::afficherAgentsAction() */ 'controller' => GradeController::class, 'action' => 'afficher-agents', ], Loading Loading
config/autoload/unicaen-utilisateur.global.php +1 −0 Original line number Diff line number Diff line Loading @@ -4,6 +4,7 @@ use Application\Provider\IdentityProvider; use Application\Provider\IdentityProviderFactory; use UnicaenUtilisateur\Entity\Db\Role; use UnicaenUtilisateur\Entity\Db\User; use UnicaenUtilisateur\ORM\Event\Listeners\HistoriqueListener; use UnicaenUtilisateur\ORM\Event\Listeners\HistoriqueListenerFactory; use UnicaenUtilisateur\Provider\Privilege\RolePrivileges; use UnicaenUtilisateur\Provider\Privilege\UtilisateurPrivileges; Loading
module/Carriere/config/merged/categorie.config.php +7 −0 Original line number Diff line number Diff line Loading @@ -81,6 +81,7 @@ return [ 'options' => [ 'route' => '/categorie', 'defaults' => [ /** @see CategorieController::indexAction(); */ 'controller' => CategorieController::class, 'action' => 'index', ], Loading @@ -92,6 +93,7 @@ return [ 'options' => [ 'route' => '/afficher-metiers/:categorie', 'defaults' => [ /** @see CategorieController::afficherMetiersAction(); */ 'controller' => CategorieController::class, 'action' => 'afficher-metiers', ], Loading @@ -103,6 +105,7 @@ return [ 'options' => [ 'route' => '/ajouter', 'defaults' => [ /** @see CategorieController::ajouterAction(); */ 'controller' => CategorieController::class, 'action' => 'ajouter', ], Loading @@ -114,6 +117,7 @@ return [ 'options' => [ 'route' => '/modifier/:categorie', 'defaults' => [ /** @see CategorieController::modifierAction() */ 'controller' => CategorieController::class, 'action' => 'modifier', ], Loading @@ -124,6 +128,7 @@ return [ 'options' => [ 'route' => '/historiser/:categorie', 'defaults' => [ /** @see CategorieController::historiserAction() */ 'controller' => CategorieController::class, 'action' => 'historiser', ], Loading @@ -134,6 +139,7 @@ return [ 'options' => [ 'route' => '/restaurer/:categorie', 'defaults' => [ /** @see CategorieController::restaurerAction() */ 'controller' => CategorieController::class, 'action' => 'restaurer', ], Loading @@ -144,6 +150,7 @@ return [ 'options' => [ 'route' => '/supprimer/:categorie', 'defaults' => [ /** @see CategorieController::supprimerAction() */ 'controller' => CategorieController::class, 'action' => 'supprimer', ], Loading
module/Carriere/config/merged/corps.config.php +3 −0 Original line number Diff line number Diff line Loading @@ -73,6 +73,7 @@ return [ 'options' => [ 'route' => '/corps', 'defaults' => [ /** @see CorpsController::indexAction() */ 'controller' => CorpsController::class, 'action' => 'index', ], Loading @@ -84,6 +85,7 @@ return [ 'options' => [ 'route' => '/afficher-agents/:corps', 'defaults' => [ /** @see CorpsController::afficherAgentsAction() */ 'controller' => CorpsController::class, 'action' => 'afficher-agents', ], Loading @@ -95,6 +97,7 @@ return [ 'options' => [ 'route' => '/modifier-niveaux/:corps', 'defaults' => [ /** @see CorpsController::modifierNiveauxAction() */ 'controller' => CorpsController::class, 'action' => 'modifier-niveaux', ], Loading
module/Carriere/config/merged/correspondance.config.php +4 −0 Original line number Diff line number Diff line Loading @@ -82,6 +82,7 @@ return [ 'options' => [ 'route' => '/correspondance-type', 'defaults' => [ /** @see CorrespondanceTypeController::indexAction() */ 'controller' => CorrespondanceTypeController::class, 'action' => 'index', ], Loading @@ -93,6 +94,7 @@ return [ 'options' => [ 'route' => '/afficher/:type', 'defaults' => [ /** @see CorrespondanceTypeController::afficherAction() */ 'controller' => CorrespondanceTypeController::class, 'action' => 'afficher', ], Loading @@ -108,6 +110,7 @@ return [ 'options' => [ 'route' => '/correspondance', 'defaults' => [ /** @see CorrespondanceController::indexAction() */ 'controller' => CorrespondanceController::class, 'action' => 'index', ], Loading @@ -119,6 +122,7 @@ return [ 'options' => [ 'route' => '/afficher-agents/:correspondance', 'defaults' => [ /** @see CorrespondanceController::afficherAgentsAction() */ 'controller' => CorrespondanceController::class, 'action' => 'afficher-agents', ], Loading
module/Carriere/config/merged/grade.config.php +2 −0 Original line number Diff line number Diff line Loading @@ -57,6 +57,7 @@ return [ 'options' => [ 'route' => '/grade', 'defaults' => [ /** @see GradeController::indexAction() */ 'controller' => GradeController::class, 'action' => 'index', ], Loading @@ -68,6 +69,7 @@ return [ 'options' => [ 'route' => '/afficher-agents/:grade', 'defaults' => [ /** @see GradeController::afficherAgentsAction() */ 'controller' => GradeController::class, 'action' => 'afficher-agents', ], Loading