Skip to content

Commit 1572321

Browse files
committed
ACP2E-1413: Remember Category Pagination causes a Document Expired/form submission error when using the browser's Back button on the product page
fixed redirect issue when "p" param is used in URL
1 parent 1d18a2b commit 1572321

File tree

1 file changed

+0
-1
lines changed
  • app/code/Magento/Catalog/Controller/Category

1 file changed

+0
-1
lines changed

app/code/Magento/Catalog/Controller/Category/View.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -310,7 +310,6 @@ private function shouldRedirectOnToolbarAction(): bool
310310
$params = $this->getRequest()->getParams();
311311

312312
return $this->toolbarMemorizer->isMemorizingAllowed() && empty(array_intersect([
313-
Toolbar::PAGE_PARM_NAME,
314313
Toolbar::ORDER_PARAM_NAME,
315314
Toolbar::DIRECTION_PARAM_NAME,
316315
Toolbar::MODE_PARAM_NAME,

0 commit comments

Comments
 (0)