Skip to content
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

[habpanel] Remove ES6 syntax in dummy widget #1433

Merged
merged 1 commit into from
Jun 26, 2022

Conversation

ghys
Copy link
Member

@ghys ghys commented Jun 25, 2022

#1380 introduced new code with ES6 syntax (arrow functions) that isn't supported in older browsers.
See #1380 (comment)

Reimplement using the code from the selection widget to determine the option
(uses angularJS helpers)

Signed-off-by: Yannick Schaus github@schaus.net

openhab#1380 introduced new code with ES6 syntax (arrow functions) that isn't supported in older browsers.
See openhab#1380 (comment)

Reimplement using the code from the selection widget to determine the option
(uses angularJS helpers)

Signed-off-by: Yannick Schaus <github@schaus.net>
@ghys ghys added bug Something isn't working habpanel ui labels Jun 25, 2022
@ghys ghys merged commit dd9e29e into openhab:main Jun 26, 2022
@ghys
Copy link
Member Author

ghys commented Jun 26, 2022

Merging as an emergency fix to the regression reported in #1380 (comment).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working habpanel ui
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant