Loading module/Application/src/Application/Service/These/TheseRechercheService.php +1 −1 Original line number Diff line number Diff line Loading @@ -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; } Loading Loading
module/Application/src/Application/Service/These/TheseRechercheService.php +1 −1 Original line number Diff line number Diff line Loading @@ -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; } Loading