You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ghys
changed the title
[MainUI] Thing gets initialized after just looking to its code definition
Don't save thing when coming back from the Code tab if it hasn't changed
Jan 14, 2021
Don't save thing when coming back from the Code tab if it hasn't changed - fixes#618.
Disable editing controls if thing is not editable - fixes#570.
Disable editing of config parameters with readOnly enabled - fixes#756.
Signed-off-by: Yannick Schaus <[email protected]>
Don't save thing when coming back from the Code tab if it hasn't changed - fixes#618.
Disable editing controls if thing is not editable - fixes#570.
Disable editing of config parameters with readOnly enabled - fixes#756.
Signed-off-by: Yannick Schaus <[email protected]>
The problem
In thing detail page, if I just look to Code tab and then switch back to Thing or Channels tab, the Thing gets destroyed and re-initialized.
Expected behavior
Thing get destroyed/initialized only if its Code definition is changed and saved from Code tab
Steps to reproduce
Looking at the log it's clear that the thing is first destroyed then re-created: initialize() is called on thing handler
Your environment
I am on 3.0.0-SNAPSHOT
The text was updated successfully, but these errors were encountered: