Fix: Use proper default sorting

This commit is contained in:
Björn Fromme
2023-10-20 17:54:21 +02:00
parent 0a759a9ce3
commit 12cfdafd79
3 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -42,7 +42,7 @@ class IndexController extends AbstractController
$request->query->getInt('page', 1),
10,
[
'defaultSortFieldName' => 'assignment.dateFrom',
'defaultSortFieldName' => 'destination.dateFrom',
'defaultSortDirection' => 'asc',
]
);