feat: keep pagination parameters when returning to previous page
This commit is contained in:
@@ -44,7 +44,7 @@ class IndexController extends AbstractController
|
||||
$pagination = $this->paginator->paginate(
|
||||
$query,
|
||||
$request->query->getInt('page', 1),
|
||||
10,
|
||||
9,
|
||||
[
|
||||
'defaultSortFieldName' => 'destination.dateFrom',
|
||||
'defaultSortDirection' => 'asc',
|
||||
|
||||
Reference in New Issue
Block a user