craftcms / digital-products

Sell digital products with Craft Commerce.
https://plugins.craftcms.com/digital-products
MIT License
18 stars 9 forks source link

Hard deleting products does nothing #56

Closed peirix closed 3 years ago

peirix commented 3 years ago

Description

Trying to hard delete products after deleting them does nothing. It sends off a query to admin/actions/element-indexes/perform-action&v=1605644023795 with an elementAction: craft\digitalproducts\elements\actions\DeleteProduct along with an array of the items I selected. The return value says success: true, but the products are still there.

Steps to reproduce

  1. Create a new product
  2. Delete the product
  3. Go to trash bin
  4. Hard delete product

Additional info

nfourtythree commented 3 years ago

Hi @peirix

Thank you for bringing this to our attention, we have pushed a fix to rectify the issue which will be included in the next release.

Thanks!