Loading module/Soutenance/src/Soutenance/Controller/PresoutenanceController.php +1 −1 Original line number Diff line number Diff line Loading @@ -605,7 +605,7 @@ class PresoutenanceController extends AbstractController //doctorant $doctorant = $these->getDoctorant(); $email = $doctorant->getIndividu()->getEmail(); $email = ($doctorant->getIndividu()->getEmailBestOf()); /** @see PresoutenanceController::convocationDoctorantAction() */ $url = $this->url()->fromRoute('soutenance/presoutenance/convocation-doctorant', ['proposition' => $proposition->getId()], ['force_canonical' => true], true); $this->getNotifierSoutenanceService()->triggerEnvoiConvocationDoctorant($doctorant, $proposition, $dateValidation, $email, $url, $avisArray); Loading Loading
module/Soutenance/src/Soutenance/Controller/PresoutenanceController.php +1 −1 Original line number Diff line number Diff line Loading @@ -605,7 +605,7 @@ class PresoutenanceController extends AbstractController //doctorant $doctorant = $these->getDoctorant(); $email = $doctorant->getIndividu()->getEmail(); $email = ($doctorant->getIndividu()->getEmailBestOf()); /** @see PresoutenanceController::convocationDoctorantAction() */ $url = $this->url()->fromRoute('soutenance/presoutenance/convocation-doctorant', ['proposition' => $proposition->getId()], ['force_canonical' => true], true); $this->getNotifierSoutenanceService()->triggerEnvoiConvocationDoctorant($doctorant, $proposition, $dateValidation, $email, $url, $avisArray); Loading