Loading CHANGELOG.md +1 −0 Original line number Diff line number Diff line Loading @@ -12,6 +12,7 @@ Journal des modifications - [FIX] Bouton 'Générer l'avis de soutenance' HDR : déplacement avant 'Feu vert' et correction des conditions d'affichage. - [FIX] Ajout d'un delete cascade en BDD pour supprimer les justificatifs liés à un fichier supprimé (ex: PV de soutenance). - [FIX] Module STEP-STAR : correction du plantage en cas d'utilisation du filtre établissement dans la recherche de logs. - [FIX] Doctorant : initialisation du 'code_apprenant_in_source' pour le cas où le doctorant est créé dans l'application (source SyGAL). 10.1.1 ------ Loading module/Doctorant/src/Doctorant/Service/DoctorantService.php +1 −0 Original line number Diff line number Diff line Loading @@ -136,6 +136,7 @@ class DoctorantService extends BaseService $doctorant->setEtablissement($etablissement); $doctorant->setSource($this->sourceService->fetchApplicationSource()); $doctorant->setSourceCode($this->sourceService->genereateSourceCode()); $doctorant->setCodeApprenantInSource(uniqid()); return $doctorant; } Loading Loading
CHANGELOG.md +1 −0 Original line number Diff line number Diff line Loading @@ -12,6 +12,7 @@ Journal des modifications - [FIX] Bouton 'Générer l'avis de soutenance' HDR : déplacement avant 'Feu vert' et correction des conditions d'affichage. - [FIX] Ajout d'un delete cascade en BDD pour supprimer les justificatifs liés à un fichier supprimé (ex: PV de soutenance). - [FIX] Module STEP-STAR : correction du plantage en cas d'utilisation du filtre établissement dans la recherche de logs. - [FIX] Doctorant : initialisation du 'code_apprenant_in_source' pour le cas où le doctorant est créé dans l'application (source SyGAL). 10.1.1 ------ Loading
module/Doctorant/src/Doctorant/Service/DoctorantService.php +1 −0 Original line number Diff line number Diff line Loading @@ -136,6 +136,7 @@ class DoctorantService extends BaseService $doctorant->setEtablissement($etablissement); $doctorant->setSource($this->sourceService->fetchApplicationSource()); $doctorant->setSourceCode($this->sourceService->genereateSourceCode()); $doctorant->setCodeApprenantInSource(uniqid()); return $doctorant; } Loading