Fix configuration forms not rendering JS config properly
Review Request #8202 — Created May 31, 2016 and submitted
Previously, there was an issue of the config forms having incorrectly
rendered JS. That issue has been fixed, but there was also an issue of
the wrong variable names being splatted and so the generated config was
syntactically correct, albeit empty. This patch corrects that.This patch also adds some closing tags that were missing from the
template.
Used this with an upcoming change in Splat.
Description | From | Last Updated |
---|---|---|
I don't see anything in the patch about closing tags. |
david |
- Description:
-
Previously, there was an issue of the config forms having incorrectly
rendered JS. That issue has been fixed, but there was also an issue of the wrong variable names being splatted and so the generated config was syntactically correct, albeit empty. This patch corrects that. + + This patch also adds some closing tags that were missing from the
+ template.
-
Tool: PEP8 Style Checker Ignored Files: djblets/configforms/templates/configforms/config.html Tool: Pyflakes Ignored Files: djblets/configforms/templates/configforms/config.html