-
-
Notifications
You must be signed in to change notification settings - Fork 429
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Channel copy don't respect field changes #4458
Comments
Could you please elaborate a bit more where this issue happens? |
Nevermind, this is not needed, I just created a fix for this bug. |
Fixes openhab/openhab-core#4458. Signed-off-by: Florian Hotze <dev@florianhotze.com>
Fixes openhab/openhab-core#4458. Signed-off-by: Florian Hotze <dev@florianhotze.com>
@openhab/core-maintainers Can you please close this issue as it has been fixed in openhab/openhab-webui#2891? |
I still have issues with the value transformation of a channel copy, please have a look at #2770. |
Hi,
When I try to make a copy of a channel on any thing in my version of openhab, the copy is created, but except for the channel name, all the edited fields are unchanged. Which is not even obvious at first glance (you are under the impression that you have a new channel with different settings). The copy is completely identical to the template, without any modifications made.
Expected Behavior
When I fill in or overwrite a field in the copy of the channel, my change is reflected in the newly created channel.
Current Behavior
Unfortunately, it is not like that. The edited field is not reflected in the copy. This is the source of unexpected behavior.
Possible Solution
Apparently, this is an error when creating the copy. No changes have been made to individual fields in the copy.
The solution is twofold:
Steps to Reproduce (for Bugs)
Context
Your Environment
OpenHAB 4.2.2
Odroid N2+ (ARM)
The text was updated successfully, but these errors were encountered: