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

[jsscripting] Fix console logger name & timer identifier missing for UI scripts #17171

Merged
merged 2 commits into from
Jul 29, 2024

Conversation

florian-h05
Copy link
Contributor

Fixes #17165.
Caused by openhab/openhab-core#4289.

Fixes openhab#17165.
Caused by openhab/openhab-core#4289.

Signed-off-by: Florian Hotze <florianh_dev@icloud.com>
@florian-h05 florian-h05 requested a review from jlaur July 28, 2024 14:39
@florian-h05 florian-h05 added the bug An unexpected problem or unintended behavior of an add-on label Jul 28, 2024
…al for UI scripts

Signed-off-by: Florian Hotze <florianh_dev@icloud.com>
@florian-h05 florian-h05 changed the title [jsscripting] Fix console logger name is missing for UI scripts [jsscripting] Fix console logger name & timer identifie missing for UI scripts Jul 28, 2024
@florian-h05 florian-h05 changed the title [jsscripting] Fix console logger name & timer identifie missing for UI scripts [jsscripting] Fix console logger name & timer identifier missing for UI scripts Jul 28, 2024
@florian-h05
Copy link
Contributor Author

florian-h05 commented Jul 29, 2024

@digitaldan Can you please take a look at this PR? It’s only JS changes to the globals injection script.

@lsiepel lsiepel requested a review from digitaldan July 29, 2024 09:05
Copy link
Contributor

@digitaldan digitaldan left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM, thanks!

Copy link
Contributor

@jlaur jlaur left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for the fixes!

@jlaur jlaur added the regression Regression that happened during the development of a release. Not shown on final release notes. label Jul 29, 2024
@jlaur jlaur merged commit 20251fe into openhab:main Jul 29, 2024
5 checks passed
@jlaur jlaur added this to the 4.3 milestone Jul 29, 2024
@florian-h05 florian-h05 deleted the jsscripting-loggername branch July 29, 2024 15:34
digitaldan pushed a commit to digitaldan/openhab-addons that referenced this pull request Aug 29, 2024
…UI scripts (openhab#17171)

* [jsscripting] Fix console logger name is missing for UI scripts
* [jsscripting] Fix timer identifier "missing" for setTimeout/setInterval for UI scripts

Fixes openhab#17165.
Caused by openhab/openhab-core#4289.

Signed-off-by: Florian Hotze <florianh_dev@icloud.com>
pgfeller pushed a commit to pgfeller/openhab-addons that referenced this pull request Sep 29, 2024
…UI scripts (openhab#17171)

* [jsscripting] Fix console logger name is missing for UI scripts
* [jsscripting] Fix timer identifier "missing" for setTimeout/setInterval for UI scripts

Fixes openhab#17165.
Caused by openhab/openhab-core#4289.

Signed-off-by: Florian Hotze <florianh_dev@icloud.com>
Signed-off-by: Patrik Gfeller <patrik.gfeller@proton.me>
joni1993 pushed a commit to joni1993/openhab-addons that referenced this pull request Oct 15, 2024
…UI scripts (openhab#17171)

* [jsscripting] Fix console logger name is missing for UI scripts
* [jsscripting] Fix timer identifier "missing" for setTimeout/setInterval for UI scripts

Fixes openhab#17165.
Caused by openhab/openhab-core#4289.

Signed-off-by: Florian Hotze <florianh_dev@icloud.com>
matchews pushed a commit to matchews/openhab-addons that referenced this pull request Oct 18, 2024
…UI scripts (openhab#17171)

* [jsscripting] Fix console logger name is missing for UI scripts
* [jsscripting] Fix timer identifier "missing" for setTimeout/setInterval for UI scripts

Fixes openhab#17165.
Caused by openhab/openhab-core#4289.

Signed-off-by: Florian Hotze <florianh_dev@icloud.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug An unexpected problem or unintended behavior of an add-on regression Regression that happened during the development of a release. Not shown on final release notes.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[jsscripting] Logger name missing for UI-based rules
3 participants