Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix djangocms-versioning draft deletion bug (#214)
Previously, `djangocms_alias.models.AliasContent.delete` deleted all plugins related to `AliasContent.alias`, with the same language. Drafts and previously published versions included. This meant that the deletion of a draft resulted in plugins disappearing from published pages. This patch removes the mechanism entirely and instead adds a warning, notifying the user that the last version or translation of a language got deleted. Signed-off-by: Florian Scherf <[email protected]>
- Loading branch information