-
Notifications
You must be signed in to change notification settings - Fork 9.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
BUG: getDefaultLimitPerPageValue
returns value that is not available
#27089
Comments
Hi @lbajsarowicz. Thank you for your report.
Please make sure that the issue is reproducible on the vanilla Magento instance following Steps to reproduce. To deploy vanilla Magento instance on our environment, please, add a comment to the issue:
For more details, please, review the Magento Contributor Assistant documentation. @lbajsarowicz do you confirm that you were able to reproduce the issue on vanilla Magento instance following steps to reproduce?
|
…overage with Unit Tests
✅ Confirmed by @okorshenko Issue Available: @okorshenko, You will be automatically unassigned. Contributors/Maintainers can claim this issue to continue. To reclaim and continue work, reassign the ticket to yourself. |
Hi @lbajsarowicz. Thank you for your report.
The fix will be available with the upcoming 2.4.0 release. |
Preconditions (*)
As a Store Administrator, you are able to provide the Products per Page on Grid Allowed Values and Products per Page on Grid Default Value. There is no verification, so you can accidentally set the default value to be one of the unavailable options.
Steps to reproduce (*)
catalog/frontend/grid_per_page_values
to1,2,5
using CLIcatalog/frontend/grid_per_page
to12
catalog/frontend/grid_per_page_values
in your TemplateExpected result (*)
1
,2
or5
)Actual result (*)
12
The text was updated successfully, but these errors were encountered: