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