Commit 56972e52 authored by Bertrand Gauthier's avatar Bertrand Gauthier
Browse files

Merge branch 'release_5.2.7' of git.unicaen.fr:open-source/sygal into release_5.2.7

parents c0f89d5d 363f3226
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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);