You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After adding a translation to a page ("Language" > "Add translation") in Django CMS 4, there is currently no way how to delete the language version of a page again. Django CMS 3 used to have the option "Language" > "Delete Translation".
Suggested behavior/feature
Reintroduce a function "Language" > "Delete Translation" that deletes individual language versions.
Do you want to help fix this issue?
Yes, I want to help fix this issue by testing a new version before its release.
No, I only want to report the issue.
The text was updated successfully, but these errors were encountered:
@krosefield Upon looking into this, it turns out that django CMS core has the feature but djangocms-versioning removes it. I assume the rationale is that you unpublish the languages you do not want.
I suggest adding the menu items back if DJANGOCMS_VERSIONING_ALLOW_DELETING_VERSIONS is set.
Description
After adding a translation to a page ("Language" > "Add translation") in Django CMS 4, there is currently no way how to delete the language version of a page again. Django CMS 3 used to have the option "Language" > "Delete Translation".
Suggested behavior/feature
Reintroduce a function "Language" > "Delete Translation" that deletes individual language versions.
Do you want to help fix this issue?
The text was updated successfully, but these errors were encountered: