Loading module/EntretienProfessionnel/src/EntretienProfessionnel/Controller/EntretienProfessionnelController.php +2 −2 Original line number Diff line number Diff line Loading @@ -493,12 +493,12 @@ class EntretienProfessionnelController extends AbstractActionController public function actionAction() : ViewModel { var_dump((new DateTime())->format('i:s.u')); $entretien = $this->getEntretienProfessionnelService()->getRequestedEntretienProfessionnel($this); return new ViewModel([ $vm = new ViewModel([ 'entretien' => $entretien, ]); return $vm; } } module/EntretienProfessionnel/src/EntretienProfessionnel/Entity/Db/EntretienProfessionnel.php +2 −2 Original line number Diff line number Diff line Loading @@ -432,7 +432,7 @@ class EntretienProfessionnel implements HistoriqueAwareInterface, ResourceInterf /** PREDICATS *****************************************************************************************************/ /** * @param Agent $agent * @param Agent|null $agent * @return bool */ public function isAgent(?Agent $agent) : bool Loading @@ -441,7 +441,7 @@ class EntretienProfessionnel implements HistoriqueAwareInterface, ResourceInterf } /** * @param Agent $agent * @param Agent|null $agent * @return bool */ public function isReponsable(?Agent $agent) : bool Loading module/Formation/src/Formation/Service/Evenement/RappelAgentAvantFormationService.php +2 −0 Original line number Diff line number Diff line Loading @@ -46,10 +46,12 @@ class RappelAgentAvantFormationService extends EvenementService $parametres = json_decode($evenement->getParametres(), true); try { /** @var FormationInstance|null $instance */ $instance = $this->getEntityManager()->getRepository(FormationInstance::class)->find($parametres['instance']); $this->getNotificationService()->triggerRappelAgentAvantFormation($instance); } catch(Exception $e) { $evenement->setLog($e->getMessage()); $this->update($evenement); return Etat::ECHEC; } $evenement->setLog(null); Loading module/Structure/src/Structure/Controller/StructureController.php +1 −1 Original line number Diff line number Diff line Loading @@ -421,7 +421,7 @@ class StructureController extends AbstractActionController { 'fichespostes' => $fichespostes, 'url' => $this->url()->fromRoute('structure/dupliquer-fiche-poste-recrutement', ['structure' => $structure->getId()], [], true), ]); $vm->setTemplate('application/structure/dupliquer-fiche-poste'); $vm->setTemplate('structure/structure/dupliquer-fiche-poste'); return $vm; } Loading module/Application/src/Application/Event/RgpdRenderer/RgpdRendererEvenement.php +1 −1 File changed.Contains only whitespace changes. Show changes Loading
module/EntretienProfessionnel/src/EntretienProfessionnel/Controller/EntretienProfessionnelController.php +2 −2 Original line number Diff line number Diff line Loading @@ -493,12 +493,12 @@ class EntretienProfessionnelController extends AbstractActionController public function actionAction() : ViewModel { var_dump((new DateTime())->format('i:s.u')); $entretien = $this->getEntretienProfessionnelService()->getRequestedEntretienProfessionnel($this); return new ViewModel([ $vm = new ViewModel([ 'entretien' => $entretien, ]); return $vm; } }
module/EntretienProfessionnel/src/EntretienProfessionnel/Entity/Db/EntretienProfessionnel.php +2 −2 Original line number Diff line number Diff line Loading @@ -432,7 +432,7 @@ class EntretienProfessionnel implements HistoriqueAwareInterface, ResourceInterf /** PREDICATS *****************************************************************************************************/ /** * @param Agent $agent * @param Agent|null $agent * @return bool */ public function isAgent(?Agent $agent) : bool Loading @@ -441,7 +441,7 @@ class EntretienProfessionnel implements HistoriqueAwareInterface, ResourceInterf } /** * @param Agent $agent * @param Agent|null $agent * @return bool */ public function isReponsable(?Agent $agent) : bool Loading
module/Formation/src/Formation/Service/Evenement/RappelAgentAvantFormationService.php +2 −0 Original line number Diff line number Diff line Loading @@ -46,10 +46,12 @@ class RappelAgentAvantFormationService extends EvenementService $parametres = json_decode($evenement->getParametres(), true); try { /** @var FormationInstance|null $instance */ $instance = $this->getEntityManager()->getRepository(FormationInstance::class)->find($parametres['instance']); $this->getNotificationService()->triggerRappelAgentAvantFormation($instance); } catch(Exception $e) { $evenement->setLog($e->getMessage()); $this->update($evenement); return Etat::ECHEC; } $evenement->setLog(null); Loading
module/Structure/src/Structure/Controller/StructureController.php +1 −1 Original line number Diff line number Diff line Loading @@ -421,7 +421,7 @@ class StructureController extends AbstractActionController { 'fichespostes' => $fichespostes, 'url' => $this->url()->fromRoute('structure/dupliquer-fiche-poste-recrutement', ['structure' => $structure->getId()], [], true), ]); $vm->setTemplate('application/structure/dupliquer-fiche-poste'); $vm->setTemplate('structure/structure/dupliquer-fiche-poste'); return $vm; } Loading
module/Application/src/Application/Event/RgpdRenderer/RgpdRendererEvenement.php +1 −1 File changed.Contains only whitespace changes. Show changes