This module adds a trash feature to entity hierarchies, allowing entities to be soft-deleted without triggering unintended consequences for other modules. It ensures that children of a deleted entity are handled correctly and preserves hierarchy information for potential restoration.
Adds Trash support to Entity hierarchy.
Features
Adds support for Trash to Entity hierarchy module.
When moving entities to trash (soft-delete) the delete-hooks in other modules are not triggered by default.
This module triggers all post-delete actions in Entity hierarchy, like moving its children.
The hierarchy information remains, so the entity can get restored.
Post-Installation
No further steps necessary.
Additional Requirements
Entity hierarchy 5.x and Trash modules are required.