-
Notifications
You must be signed in to change notification settings - Fork 9.4k
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
#39604 Fixed rendering products list after applying filters #39686
base: 2.4-develop
Are you sure you want to change the base?
Conversation
- Preserve previously applied filters for Ajax request
Hi @sydor-dev. Thank you for your contribution!
Allowed build names are:
You can find more information about the builds here For more details, review the Code Contributions documentation. |
@magento run all tests |
1 similar comment
@magento run all tests |
Failed to run the builds. Please try to re-run them later. |
@magento create issue |
@magento run all tests |
@magento run all tests |
Description (*)
The issue occures after Ajax request to
After doing all steps to reproduce Request Payload contains

paging[notLimits]: 1
and no other limits. It means that BackEnd shoud return all Products excluding selectedFilters should be preserved to prevent overloading

Manual testing scenarios (*)
Important: 1 or more products should be unselected
Expected result
Selected Products added in amount of 58 items. Request completed
Actual result
No products added. Page freezes
Contribution checklist (*)
Resolved issues: