Loading module/Application/src/Application/Service/Structure/StructureService.php +1 −1 Original line number Diff line number Diff line Loading @@ -662,7 +662,7 @@ class StructureService extends BaseService ->leftJoin('structure.structuresSubstituees', 'substitutionFrom') ->andWhere('substitutionTo.id IS NULL OR substitutionTo.histoDestruction is not null'); if ($order) { $qb->orderBy(' structure.' . $order); $qb->orderBy(' structure.estFermee , structure.' . $order); } else { if ($type === TypeStructure::CODE_ECOLE_DOCTORALE || $type === TypeStructure::CODE_UNITE_RECHERCHE) { Loading module/Application/src/Application/Service/These/TheseSearchService.php +1 −1 Original line number Diff line number Diff line Loading @@ -371,7 +371,7 @@ EOS; private function fetchUnitesRecherches(SelectSearchFilter $filter): array { return $this->structureService->getAllStructuresAffichablesByType(TypeStructure::CODE_UNITE_RECHERCHE, 'code', false, true); return $this->structureService->getAllStructuresAffichablesByType(TypeStructure::CODE_UNITE_RECHERCHE, 'code', true, true); } private function fetchOriginesFinancements(SelectSearchFilter $filter): array Loading Loading
module/Application/src/Application/Service/Structure/StructureService.php +1 −1 Original line number Diff line number Diff line Loading @@ -662,7 +662,7 @@ class StructureService extends BaseService ->leftJoin('structure.structuresSubstituees', 'substitutionFrom') ->andWhere('substitutionTo.id IS NULL OR substitutionTo.histoDestruction is not null'); if ($order) { $qb->orderBy(' structure.' . $order); $qb->orderBy(' structure.estFermee , structure.' . $order); } else { if ($type === TypeStructure::CODE_ECOLE_DOCTORALE || $type === TypeStructure::CODE_UNITE_RECHERCHE) { Loading
module/Application/src/Application/Service/These/TheseSearchService.php +1 −1 Original line number Diff line number Diff line Loading @@ -371,7 +371,7 @@ EOS; private function fetchUnitesRecherches(SelectSearchFilter $filter): array { return $this->structureService->getAllStructuresAffichablesByType(TypeStructure::CODE_UNITE_RECHERCHE, 'code', false, true); return $this->structureService->getAllStructuresAffichablesByType(TypeStructure::CODE_UNITE_RECHERCHE, 'code', true, true); } private function fetchOriginesFinancements(SelectSearchFilter $filter): array Loading