Commit 8dc4e3d
committed
[chores] Fixed unsaved changes alert for readonly map #560
For readonly mode the field name used to track geometry field
is different leading to its json value not being parsed, hence
leading to unsaved_changes alert. A small change of addition
of the said field in 'jsonValues' of 'unsaved_changes.js' Fixed
it.
Also increased the timeout for waiting of success message present
for selenium test of device admin to tackle TimeoutException.
Closes #560
Signed-off-by: DragnEmperor <[email protected]>1 parent 1745a0a commit 8dc4e3d
File tree
2 files changed
+5
-0
lines changed- openwisp_controller
- config/static/config/js
- geo/tests
2 files changed
+5
-0
lines changedLines changed: 1 addition & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
| 14 | + | |
14 | 15 | | |
15 | 16 | | |
16 | 17 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
27 | 27 | | |
28 | 28 | | |
29 | 29 | | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
30 | 34 | | |
31 | 35 | | |
32 | 36 | | |
| |||
0 commit comments