Loading CHANGELOG.md +1 −0 Original line number Diff line number Diff line Loading @@ -11,6 +11,7 @@ Journal des modifications - [FIX] Requête de recherche de thèses par acteur : les acteurs historisés n'étaient pas écartés. - [FIX] Module Information : utilisation d'une langue par défaut (FR) pour permettre la création d'une page d'information. - [FIX] Rapport d'activité : PHP Notice à propos d'une variable non définie. - [FIX] Erreur 'L'alias ur est inconnu du QueryBuilder' en cliquant sur le bouton 'Générer rôles par défaut' pour une ED. 8.4.0 ----- Loading module/Structure/src/Structure/Entity/Db/Repository/EcoleDoctoraleRepository.php +1 −1 Original line number Diff line number Diff line Loading @@ -37,7 +37,7 @@ class EcoleDoctoraleRepository extends DefaultEntityRepository { $qb = $this->createQueryBuilder("ed"); if ($nonHistorise) { $qb->andWhereNotHistorise('ur'); $qb->andWhereNotHistorise('ed'); } return $this->_findByStructureId($qb, $structureId); Loading Loading
CHANGELOG.md +1 −0 Original line number Diff line number Diff line Loading @@ -11,6 +11,7 @@ Journal des modifications - [FIX] Requête de recherche de thèses par acteur : les acteurs historisés n'étaient pas écartés. - [FIX] Module Information : utilisation d'une langue par défaut (FR) pour permettre la création d'une page d'information. - [FIX] Rapport d'activité : PHP Notice à propos d'une variable non définie. - [FIX] Erreur 'L'alias ur est inconnu du QueryBuilder' en cliquant sur le bouton 'Générer rôles par défaut' pour une ED. 8.4.0 ----- Loading
module/Structure/src/Structure/Entity/Db/Repository/EcoleDoctoraleRepository.php +1 −1 Original line number Diff line number Diff line Loading @@ -37,7 +37,7 @@ class EcoleDoctoraleRepository extends DefaultEntityRepository { $qb = $this->createQueryBuilder("ed"); if ($nonHistorise) { $qb->andWhereNotHistorise('ur'); $qb->andWhereNotHistorise('ed'); } return $this->_findByStructureId($qb, $structureId); Loading