diff --git a/module/Application/src/Application/Controller/Factory/Rapport/RapportCsiControllerFactory.php b/module/Application/src/Application/Controller/Factory/Rapport/RapportCsiControllerFactory.php index 3f36cdea8a3b475b26e8f43d8fbc060a2b0150b2..6909e0227be38dd70852a0ee54474090bae73f5a 100644 --- a/module/Application/src/Application/Controller/Factory/Rapport/RapportCsiControllerFactory.php +++ b/module/Application/src/Application/Controller/Factory/Rapport/RapportCsiControllerFactory.php @@ -60,11 +60,11 @@ class RapportCsiControllerFactory $controller->setIndividuService($individuService); $controller->setForm($rapportForm); $controller->setValidationService($validationService); + $controller->setAnneeUnivService($anneeUnivService); $controller->setAnneesUnivs($theseAnneeUnivService); $controller->setTypeRapport($typeRapport); $controller->setTypeValidation($typeValidation); $controller->setMembreService($membreService); - $controller->setAnneeUnivService($anneeUnivService); // $theseService->attach($controller->getEventManager()); diff --git a/module/Application/src/Application/Controller/Factory/Rapport/RapportMiparcoursControllerFactory.php b/module/Application/src/Application/Controller/Factory/Rapport/RapportMiparcoursControllerFactory.php index 5d231ba4ec1165583a0d7f6bdeae0e5eccde3bd3..924e3170a3c89e844288c348e85715fb3a018b99 100644 --- a/module/Application/src/Application/Controller/Factory/Rapport/RapportMiparcoursControllerFactory.php +++ b/module/Application/src/Application/Controller/Factory/Rapport/RapportMiparcoursControllerFactory.php @@ -57,10 +57,10 @@ class RapportMiparcoursControllerFactory $controller->setIndividuService($individuService); $controller->setForm($rapportForm); $controller->setValidationService($validationService); + $controller->setAnneeUnivService($anneeUnivService); $controller->setAnneesUnivs($theseAnneeUnivService); $controller->setTypeRapport($typeRapport); $controller->setTypeValidation($typeValidation); - $controller->setAnneeUnivService($anneeUnivService); // $theseService->attach($controller->getEventManager());