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

fix admin localized strings popup #322

Open
hburgund opened this issue Feb 27, 2017 · 1 comment
Open

fix admin localized strings popup #322

hburgund opened this issue Feb 27, 2017 · 1 comment
Assignees
Labels

Comments

@hburgund
Copy link
Member

Some Add New ➕ signs in the django admin (such as in Project edit screen) proceed to a new page in the same browser window to add a new localized string rather than a popup. This results in a breakdown of the workflow and is very frustrating. Needs to be fixed.

Thankfully, django 1.9.12 fixes the problem, though I am not sure if that upgrade causes any other issues. There may be incompatibilities with certain external django apps etc.

All unit tests pass, but we only have 55% coverage.

@hburgund hburgund self-assigned this Feb 27, 2017
@hburgund
Copy link
Member Author

hburgund commented Mar 2, 2017

Django 1.9.12 doesn't fix the problem in custom templates like roundware/rw/templates/rw/tag_add_to_category_form.html. This form is quite old and I'm guessing it instantiates things differently or something. The plus sign is still there, just doesn't do the popup like it should.

@hburgund hburgund removed the now label Feb 16, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant