Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

[Blockly] Typed variable not working for dictionary #3038

Open
matmai opened this issue Jan 26, 2025 · 0 comments
Open

[Blockly] Typed variable not working for dictionary #3038

matmai opened this issue Jan 26, 2025 · 0 comments
Labels
bug Something isn't working main ui Main UI

Comments

@matmai
Copy link

matmai commented Jan 26, 2025

The problem

If a typed variable of type dictionary is used it is not possible to retrieve a specific attribute from that variable.

Image

Image

Non typed variables work like expected and can be used as a workaround.

Expected behavior

The typed variable should be accepted by "get from dictionary" like non typed variables are accepted.

Steps to reproduce

  1. Create a typed variably of type "dictionary"
  2. Assign a dictionary to that variable
  3. Try to retrieve a specific attribute from that variable
  4. The variable is not accepted by "get from dictionary"

Your environment

openHAB 4.3.2, Main UI Commit 6dc0738

Browser console

no errors

Browser network traffic

Additional information

@matmai matmai added bug Something isn't working main ui Main UI labels Jan 26, 2025
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
bug Something isn't working main ui Main UI
Projects
None yet
Development

No branches or pull requests

1 participant