akeneo / pim-community-dev

[Community Development Repository] The open source Product Information Management (PIM)
http://www.akeneo.com
Other
950 stars 513 forks source link

Can't bulk delete products #20408

Closed zegmaarmanu closed 3 months ago

zegmaarmanu commented 4 months ago
  1. I select 1, multiple or all products using the checkboxes to select them
  2. I use the bulk action to delete these products
  3. nothing happens
  4. When checking processes running, the mass deletion process stays in the status "starting"

Here's a screen recording: https://photos.app.goo.gl/4DqXrxBBh7BY7i1x6

StevenVAIDIE commented 3 months ago

Hello @zegmaarmanu,

It's normal you should start the job queue process in order to handle thé asynchonous task (import/export/mass edit...)

Here the documentation https://docs.akeneo.com/latest/install_pim/manual/daemon_queue.html

I let you change the version of the documentation depending on your PIM version

zegmaarmanu commented 3 months ago

Thanks, that did the thing indeed! Cheers!