From f7352894a17b2b4ddeb1fb7e4f7301b1ea242944 Mon Sep 17 00:00:00 2001 From: Florian Hotze Date: Sun, 1 Dec 2024 13:27:26 +0100 Subject: [PATCH] Channel copy: Fix changed config discarded (#2891) Fixes https://github.com/openhab/openhab-core/issues/4458. Signed-off-by: Florian Hotze --- .../web/src/pages/settings/things/channel/channel-copy.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bundles/org.openhab.ui/web/src/pages/settings/things/channel/channel-copy.vue b/bundles/org.openhab.ui/web/src/pages/settings/things/channel/channel-copy.vue index 3e2d1c1799..0a8431dbf3 100644 --- a/bundles/org.openhab.ui/web/src/pages/settings/things/channel/channel-copy.vue +++ b/bundles/org.openhab.ui/web/src/pages/settings/things/channel/channel-copy.vue @@ -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)