Skip to content
This repository has been archived by the owner on Oct 19, 2022. It is now read-only.

Commit

Permalink
Merge pull request #181 from EmicoEcommerce/bug/pagination-issues-no-…
Browse files Browse the repository at this point in the history
…ajax

Pagination issues
  • Loading branch information
Hnto authored Oct 6, 2021
2 parents 7753c94 + 23bb452 commit 1c5208d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -345,7 +345,7 @@ public function apply(MagentoHttpRequest $request, ProductNavigationRequest $nav
}

$page = $this->getPage($request);
if ($page && !$request->has('filter_path')) {
if ($page) {
$navigationRequest->setPage($page);
}

Expand Down

0 comments on commit 1c5208d

Please sign in to comment.