django-cms / djangocms-versioning

General purpose versioning package for Django CMS 4 and above.
Other
33 stars 29 forks source link

Enable copy plugins - remove translations is commented out #220

Closed jonathan-s closed 4 years ago

jonathan-s commented 4 years ago

The change_language_menu is taken from the most recent version in django-cms. In essence we don't need to monkeypatch this, right now we still need this monkeypatch because the work to overwrite the delete view in pagecontent admin is not yet done.

Depends on:

Aiky30 commented 4 years ago

The toolbar is no longer monkey patched to use the toolbar system correctly.

jonathan-s commented 4 years ago

@Aiky30 Glad you're slowly working around all these PRs. I do hope they came to use in the end.

Aiky30 commented 4 years ago

@jonathan-s I've been a little reluctant to change much in versioning right now due to the fact the it's being used in some big sites now. I'm hoping to pick up the work that you did for bringing the comparison improvements to life again.