feat: change default sorting of assignments
This commit is contained in:
@@ -37,7 +37,7 @@ class IndexController extends AbstractController
|
||||
10,
|
||||
[
|
||||
'defaultSortFieldName' => 'destination.dateFrom',
|
||||
'defaultSortDirection' => 'asc',
|
||||
'defaultSortDirection' => 'desc',
|
||||
]
|
||||
);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user