Thing Edit: Thing UID should not change when bridge is changed (#3173)
Regression from #3009. Signed-off-by: Jimmy Tanagra <jcode@tanagra.id.au>pull/3180/head
parent
d661f558f7
commit
b907329a70
|
@ -74,7 +74,7 @@ export default {
|
|||
},
|
||||
updateBridge (value) {
|
||||
this.thing.bridgeUID = value
|
||||
this.thing.UID = this.computedThingUid()
|
||||
if (this.createMode) this.thing.UID = this.computedThingUid()
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue