Commit 467ea4c4 authored by Bertrand Gauthier's avatar Bertrand Gauthier
Browse files

Liste des thèses : tri par date de 1ere inscription décroissante

parent d4f48244
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -320,7 +320,7 @@ class TheseRechercheService
        if ($sort === null || $sort === '') {
            $queryParams = array_merge($queryParams, [
                'sort' => TheseSorter::NAME_datePremiereInscription,
                'direction' => Sortable::ASC
                'direction' => Sortable::DESC
            ]);
            $updated = true;
        }