Loading module/Application/src/Application/Controller/IntervenantController.php +1 −1 Original line number Diff line number Diff line Loading @@ -191,7 +191,7 @@ class IntervenantController extends AbstractController $campagneSaisie = $this->getServiceCampagneSaisie()->getBy($intervenant->getStatut()->getTypeIntervenant(), $typeVolumeHoraire); if (!$campagneSaisie->estOuverte()) { die; $role = $this->getServiceContext()->getSelectedIdentityRole(); if ($role->getIntervenant()) { Loading Loading
module/Application/src/Application/Controller/IntervenantController.php +1 −1 Original line number Diff line number Diff line Loading @@ -191,7 +191,7 @@ class IntervenantController extends AbstractController $campagneSaisie = $this->getServiceCampagneSaisie()->getBy($intervenant->getStatut()->getTypeIntervenant(), $typeVolumeHoraire); if (!$campagneSaisie->estOuverte()) { die; $role = $this->getServiceContext()->getSelectedIdentityRole(); if ($role->getIntervenant()) { Loading