Skip to content

Commit

Permalink
[BUG] merge all route params
Browse files Browse the repository at this point in the history
  • Loading branch information
n3o77 committed Aug 4, 2023
1 parent 39492a3 commit df93539
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Service/GridService.php
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@ public function getGrid(GridHelper $gridHelper): Grid
$filterData,
($this->saveFilter && $gridHelper->getAllowSaveFilter()),
$route,
$request->query->all(),
array_merge($request->attributes->get('_route_params'), $request->query->all()),
$existingFilters,
$aggregateResults
);
Expand Down

0 comments on commit df93539

Please sign in to comment.