Child items must be deleted with their parents
Opened this issue · 0 comments
marien-probesys commented
How to reproduce?
- Create an item
- Create a second item with
parent_id
set to the first item id - Delete the first item
- Check that the second item still exists
What was expected?
The second item should be deleted as well.