openwisp-controller
openwisp-controller copied to clipboard
[fix] Config editor issues
Checklist
- [X] I have read the OpenWISP Contributing Guidelines.
- [X] I have manually tested the changes proposed in this pull request.
- [ ] I have written new test cases for new code and/or updated existing tests for changes to existing code.
- [ ] I have updated the documentation.
Reference to Existing Issue
Closes #910.
Description of Changes
To address the first Issue described in #910, an update of the way the selects are initialized by the jsonschema-ui.js is needed.
To address the second Issue described in #910, a call to super has to be removed, because it is not needed in this special case neither in all other cases.