-
-
Notifications
You must be signed in to change notification settings - Fork 243
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
Sitemap editor: Fix attribute value capturing in parser & string value handling in widget detail view #1781
Conversation
Signed-off-by: Mark Herwege <mark.herwege@telenet.be>
Job #843: Bundle Size — 16.25MiB (~+0.01%).Metrics (no changes)
Total size by type (2 changes)
|
Signed-off-by: Mark Herwege <mark.herwege@telenet.be>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM, thanks!
@openhab/webui-maintainers |
@florian-h05 @openhab/webui-maintainers Stop this for now. There still seems to be a type mismatch. While it is now clean in the UI? the wrong type is still passed to OH core (String iso Boolean). I am looking into a fix. |
This is a fix for the remaining bug in #1781 Boolean parameters are now properly treated as booleans and not strings (which made the type normalizer fail in core, and blocked the sitemap from being rendered). See #1781 (comment). Signed-off-by: Mark Herwege <mark.herwege@telenet.be>
See comments in #1745
Fix attribute values for
forceasitem
andsendFrequency
not being captured properly in code tab.Fix boolean parameters
legend
,forceasitem
andswitchSupport
not interpreting string value correctly in widget detail view.