dojot / dojot

An open platform for the Internet of Things
http://www.dojot.com.br
Apache License 2.0
8 stars 1 forks source link

[GUI] Template: configuration parameter does not change #860

Closed betefaber closed 5 years ago

betefaber commented 5 years ago

Steps to reproduce the problem:

  1. Edit template
  2. Edit protocol parameter
  3. Change value: mqtt -> Sigfox
  4. Click save

screenshot_57

Note: the parameter is changed via API

Affected Version: 0.3.0-nightly20181227

betefaber commented 5 years ago
"config_attrs": [
    {
        "created": "2019-02-19T14:22:27.159371+00:00",
        "id": 2,
        "label": "protocol",
        "static_value": "mqtt",
        "template_id": "1",
        "type": "meta",
        "value_type": "string"
    }
]
"config_attrs": [
    {
        "created": "2019-02-19T14:22:27.159371+00:00",
        "id": 2,
        "label": "protocol",
        "static_value": "Sigfox",
        "template_id": "1",
        "type": "meta",
        "updated": "2019-02-19T16:55:51.905445+00:00",
        "value_type": "string"
    }
]