Skip to content

Commit

Permalink
Fix pagination in scopes
Browse files Browse the repository at this point in the history
  • Loading branch information
viurciuc authored and endihunter committed Feb 19, 2019
1 parent 8d961f2 commit a56abb9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Filter.php
Original file line number Diff line number Diff line change
Expand Up @@ -131,6 +131,7 @@ public function scope()
public function makeScopedUrl($scope = null)
{
return \admin\helpers\qsRoute(null, [
'page' => 1,
'scoped_to' => $scope,
]);
}
Expand Down

0 comments on commit a56abb9

Please sign in to comment.