-
Notifications
You must be signed in to change notification settings - Fork 145
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
Plugins can't be edited in the Django admin #10597
Labels
Comments
+1 |
This appears to be related to #9794 - Somewhere in the line of converting back and forth between json and strings, the double quotes around the value are dropped when being supplied to the django admin. It could be related to how we're overriding |
jacobtylerwalls
added a commit
that referenced
this issue
Jul 9, 2024
14 tasks
chiatt
pushed a commit
that referenced
this issue
Jul 10, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
After
Plugin.name
was localized in #10517, you can no longer use the Django admin to edit a plugin. The non-localized name will load in the form, and then saving the form throws "Enter a valid JSON" when saving the field.Workaround is to hand-edit the name to look like localized JSON again.
Could block people from using the Django admin to set
{"show": True}
in the config field.Version: 7.6 dev
The text was updated successfully, but these errors were encountered: