Skip to content
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

Unable to modify configurations using code editor #5

Closed
hans-permana opened this issue Oct 11, 2017 · 0 comments
Closed

Unable to modify configurations using code editor #5

hans-permana opened this issue Oct 11, 2017 · 0 comments

Comments

@hans-permana
Copy link
Contributor

Expected behavior

When a configuration json is modified using the code editor, it shall be reflected on the input element and the actual json file respectively.

Actual behavior

Upon pressing the "Save configuration" button after modifying the json, it seems that the new values are there, but when switching off the code editor mode, the new values are not reflected on the input elements. When switched back to code editor mode, the new changes are not there anymore.

Steps to reproduce the issue

  1. Toggle code editor mode
  2. Add new properties to Configuration json, for example:
"min_lat_cnf": {
        "value": 35.14,
        "units": "degrees",
        "description": "latitude min"
    },
    "max_lat_cnf": {
        "value": 35.29,
        "units": "degrees",
        "description": "latitude max"
    }
  1. Click "Save configuration"
  2. Toggle off the code editor mode
  3. Observe that the changes are not reflected in the input elements

Specifications

DeDop Studio: v1.1.0
DeDop Core: v1.1.0
OS: Windows 10

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant