Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Enable copy plugins - remove translations is commented out #220

Closed
wants to merge 2 commits into from

Commits on Mar 31, 2020

  1. Update the change_language_menu to most recent version

    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.
    
    Once that work is done this monkeypatch is redundant.
    jonathan-s committed Mar 31, 2020
    Configuration menu
    Copy the full SHA
    aa177dd View commit details
    Browse the repository at this point in the history
  2. Remove tests for change_langauge_menu monkeypatch

    These tests are now out of date. Since the functionality is one
    to one with django-cms (except for the removal-urls) I have
    pre-emptively removed the change_language_menu tests.
    jonathan-s committed Mar 31, 2020
    Configuration menu
    Copy the full SHA
    64099f0 View commit details
    Browse the repository at this point in the history