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

Commit

Permalink
Set page on query parameter strategy independent of filter_path value…
Browse files Browse the repository at this point in the history
…; only for path slug strategy
  • Loading branch information
Hnto committed Oct 6, 2021
1 parent 7753c94 commit 23bb452
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 23bb452

Please sign in to comment.