Skip to content
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

Delete action fails with 404 error while deleting 150+ catalog items #137

Open
aartiomov opened this issue Apr 11, 2018 · 3 comments
Open
Assignees
Labels

Comments

@aartiomov
Copy link
Contributor

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.

image

Steps to reproduce

  1. have 150+ items in category
  2. load them all
  3. check all loaded items
  4. Click delete and confirm "yes"
@aartiomov aartiomov added the bug label Apr 11, 2018
@asvishnyakov
Copy link
Contributor

Because of exceeding allowed length of url/query

@asvishnyakov asvishnyakov added this to the Operations milestone Apr 13, 2018
@tatarincev
Copy link
Contributor

need to replace this bulk action to a method which received criteria instead of array of ids

@pushnitsa
Copy link
Contributor

On hold because removing links, categories and items realized with three different methods. This is wrong and need to refactoring.

@t13ka t13ka removed this from the Operations milestone Dec 25, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

5 participants