Loading CHANGELOG.md +2 −1 Original line number Diff line number Diff line Loading @@ -8,7 +8,8 @@ Journal des modifications - [FIX] Filtres de recherche réutilisables : nouvelle stratégie de prise en compte ou non des filtres. - [FIX] Changement des fonctions de récupération des emails dans la partie exportation - [FIX] Correction De la taille des logos dans le serment du docteur - [FIX] Correction de la fonction getDoctorantsByUser - 5.2.7 ----- - Ajout d'une date de fermeture (indicative) pour les sessions de formation Loading module/Doctorant/src/Doctorant/Service/DoctorantService.php +3 −1 Original line number Diff line number Diff line Loading @@ -85,7 +85,9 @@ class DoctorantService extends BaseService $qb = $this->getEntityManager()->getRepository(Doctorant::class)->createQueryBuilder('doctorant') ->leftJoin('doctorant.individu','individu') ->andWhere('individu.id = :id')->setParameter('id', $user->getIndividu()->getId()); ->andWhere('individu.id = :id')->setParameter('id', $user->getIndividu()->getId()) ->andWhere('individu.histoDestruction IS NULL') ->andWhere('doctorant.histoDestruction IS NULL') ; /** @var Doctorant $result */ Loading Loading
CHANGELOG.md +2 −1 Original line number Diff line number Diff line Loading @@ -8,7 +8,8 @@ Journal des modifications - [FIX] Filtres de recherche réutilisables : nouvelle stratégie de prise en compte ou non des filtres. - [FIX] Changement des fonctions de récupération des emails dans la partie exportation - [FIX] Correction De la taille des logos dans le serment du docteur - [FIX] Correction de la fonction getDoctorantsByUser - 5.2.7 ----- - Ajout d'une date de fermeture (indicative) pour les sessions de formation Loading
module/Doctorant/src/Doctorant/Service/DoctorantService.php +3 −1 Original line number Diff line number Diff line Loading @@ -85,7 +85,9 @@ class DoctorantService extends BaseService $qb = $this->getEntityManager()->getRepository(Doctorant::class)->createQueryBuilder('doctorant') ->leftJoin('doctorant.individu','individu') ->andWhere('individu.id = :id')->setParameter('id', $user->getIndividu()->getId()); ->andWhere('individu.id = :id')->setParameter('id', $user->getIndividu()->getId()) ->andWhere('individu.histoDestruction IS NULL') ->andWhere('doctorant.histoDestruction IS NULL') ; /** @var Doctorant $result */ Loading