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

More bulk operations in the admin backend #1090

Open
stefanmuellerdo opened this issue May 13, 2024 · 3 comments
Open

More bulk operations in the admin backend #1090

stefanmuellerdo opened this issue May 13, 2024 · 3 comments
Assignees
Milestone

Comments

@stefanmuellerdo
Copy link

stefanmuellerdo commented May 13, 2024

Is your feature request related to a problem? Please describe..
I'm always frustrated when I have to manually delete unused products/brands in a massive 'click and delete' operation (leaving the grid, visiting each product detail screen, finding the delete button, clicking the delete button, clicking the delete confirmation button, going back to the grid, finding the next item to work on) which adds unneccessary work load.

Because bulk operations are not supported in the admin backend. Bulk editing of selected items is a common, state-of-the-art feature and expected by professional users. At the moment only bulk export of selected items is supported and this leaves many use cases open.

Describe the solution you'd like

  • a menu in the grid like Delete at least, for fast bulk removal of brands / products / categories / whatever
  • even better would be an additional Quick Edit feature (like wordpress), where you can bulk edit all selected items on specific stuff (set price to X, visibility, listed on homepage etc) right there in the grid

Describe alternatives you've considered
Web API scripting (takes effort to set up for each delete / edit)

Additional context
2024-05-13_09-06-31

@stefanmuellerdo
Copy link
Author

@mgesing mgesing self-assigned this May 13, 2024
@mgesing mgesing added this to the 5.2.0 milestone May 13, 2024
@mgesing
Copy link
Contributor

mgesing commented May 13, 2024

The existing options of the admin grid should be used for such actions. New features are not necessary here. They are currently only missing for some grids. For deleting, there is the selection column including the delete selection button. Categories should not be deleted in bulk, as this can lead to unwanted results, see delete category dialog. How likely is it that a property must be set to the same value for several entities?

@stefanmuellerdo
Copy link
Author

How likely is it that a property must be set to the same value for several entities?

  • making 10 Products unpublished in one step
  • adding 15 Products to a category
  • etc.

This edit hassle comes up often esp. when in projects

mgesing added a commit that referenced this issue May 13, 2024
@mgesing mgesing removed their assignment May 13, 2024
@mgesing mgesing removed this from the 5.2.0 milestone May 13, 2024
@muratcakir muratcakir added this to the 6.0 milestone May 13, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants