Skip to content

Commit

Permalink
Channel copy: Fix changed config discarded (openhab#2891)
Browse files Browse the repository at this point in the history
Fixes openhab/openhab-core#4458.

Signed-off-by: Florian Hotze <[email protected]>
  • Loading branch information
florian-h05 authored Dec 1, 2024
1 parent ecb2cae commit f735289
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ export default {
linkedItems: [],
properties: this.channel.properties,
defaultTags: this.channel.defaultTags,
configuration: this.channel.configuration
configuration: this.config
})
this.$f7route.route.context.finalChannel = finalChannel
// this.$f7router.emit('complete', finalChannel)
Expand Down

0 comments on commit f735289

Please sign in to comment.