vc-module-catalog
vc-module-catalog copied to clipboard
Delete action fails with 404 error while deleting 150+ catalog items
Please provide detailed information about your issue, thank you!
Version info:
- Browser version: chrome
- Platform version: 2.13.24
- Module version: 2.21.7
Expected behavior
While in product list user can scroll as much products as he can then "check all" products and click delete. All loaded checked products should be deleted.
Actual behavior
Delete action fails with 404 error. I assume as far as item ids are passed in the url, the url becomes too long.
Steps to reproduce
- have 150+ items in category
- load them all
- check all loaded items
- Click delete and confirm "yes"
Because of exceeding allowed length of url/query
need to replace this bulk action to a method which received criteria instead of array of ids
On hold because removing links, categories and items realized with three different methods. This is wrong and need to refactoring.