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

Action View network map shown while it should not #2940

Closed
lsiepel opened this issue Dec 22, 2024 · 2 comments · Fixed by #2950
Closed

Action View network map shown while it should not #2940

lsiepel opened this issue Dec 22, 2024 · 2 comments · Fixed by #2950
Labels
bug Something isn't working main ui Main UI

Comments

@lsiepel
Copy link

lsiepel commented Dec 22, 2024

While developing a Zwave-JS binding, i noticed there is an action shown at the Thing page, while i have not defined any action at all. I suspect this action belongs to the existing zwave binding and is shown based on some kind of binding name /zwave string ?!

image

Ah, yes i think i found it here:

<template v-if="thingActions.length > 0 || thingType?.UID?.startsWith('zwave')">

@lsiepel lsiepel added bug Something isn't working main ui Main UI labels Dec 22, 2024
@lsiepel
Copy link
Author

lsiepel commented Dec 22, 2024

Possible fix is to include the colon character.

thingType?.UID?.startsWith('zwave:')"> 

florian-h05 added a commit to florian-h05/openhab-webui that referenced this issue Dec 28, 2024
florian-h05 added a commit that referenced this issue Dec 28, 2024
@lsiepel
Copy link
Author

lsiepel commented Dec 28, 2024

Thanks!!

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

Successfully merging a pull request may close this issue.

1 participant