fusionSuite/FusionSuite

Child items must be deleted with their parents

Opened this issue · 0 comments

How to reproduce?

  1. Create an item
  2. Create a second item with parent_id set to the first item id
  3. Delete the first item
  4. Check that the second item still exists

What was expected?

The second item should be deleted as well.