Commit fe92e1a7 authored by Bertrand Gauthier's avatar Bertrand Gauthier
Browse files

[FIX] Tri manquant sur la page 'Nos soutenances' : date de soutenance effective

parent 50e3ed1c
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -57,6 +57,7 @@ class PropositionSearchService extends SearchService
            ->andWhere('proposition.date is not null')
            ->andWhere('these.etatThese = :etatThese')->setParameter('etatThese', These::ETAT_EN_COURS)
            //->addSelect('validation')->leftJoin('proposition.validations', 'validation')
            ->orderBy('proposition.date', 'ASC')
            ;

        $qb