djangocms-column
djangocms-column copied to clipboard
MultiColumn doesn't remove children when it's deleted.
When a MultiColumn is deleted, its contents (Columns and their contents) become undeletable.
Reproduce the problem:
-
Create a MultiColumn 2 . Create 2 Columns inside
-
add TextPlugin with some content into each Column
-
Delete MultiColumn without deleting its child plugins.
Children don't get deleted and become orphans.