-
-
Notifications
You must be signed in to change notification settings - Fork 214
[bug] Unsaved changes JS broken when device have geographic location defined #388
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
Comments
I am working on it. |
jalajcodes
added a commit
to jalajcodes/openwisp-controller
that referenced
this issue
Mar 13, 2021
unsaved changes js is triggered when device have geographic location defined, fixed it by ignoring the input field for device location Fixes openwisp#388
jalajcodes
added a commit
to jalajcodes/openwisp-controller
that referenced
this issue
Mar 13, 2021
unsaved changes js is triggered when device have geographic location defined, fixed it by ignoring the input field for device location Fixes openwisp#388
pandafy
pushed a commit
that referenced
this issue
Apr 9, 2021
Location geometry was not being parsed from JSON and hence the geometry JSON representation had some slight differences which where triggering the unsaved changes alert. I took advantage to simplify the code and to fix the non camelcase functions and variables in this part of the code. I also updated a global variable name strating with _njc (netjsonconfig) to owc (openwisp-controller). Fixes #388
pandafy
pushed a commit
that referenced
this issue
Apr 9, 2021
Location geometry was not being parsed from JSON and hence the geometry JSON representation had some slight differences which where triggering the unsaved changes alert. I took advantage to simplify the code and to fix the non camelcase functions and variables in this part of the code. I also updated a global variable name strating with _njc (netjsonconfig) to owc (openwisp-controller). Fixes #388
pandafy
pushed a commit
that referenced
this issue
Apr 9, 2021
Location geometry was not being parsed from JSON and hence the geometry JSON representation had some slight differences which where triggering the unsaved changes alert. I took advantage to simplify the code and to fix the non camelcase functions and variables in this part of the code. I also updated a global variable name strating with _njc (netjsonconfig) to owc (openwisp-controller). Fixes #388
pandafy
pushed a commit
that referenced
this issue
Apr 9, 2021
Location geometry was not being parsed from JSON and hence the geometry JSON representation had some slight differences which where triggering the unsaved changes alert. I took advantage to simplify the code and to fix the non camelcase functions and variables in this part of the code. I also updated a global variable name strating with _njc (netjsonconfig) to owc (openwisp-controller). Fixes #388
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
How to replicate:
Expected result:
Actual result:
The unsaved changes JS should not be triggered by this.
The text was updated successfully, but these errors were encountered: