Missing button in Operator Decision Tree #7242
Replies: 2 comments
-
Hi @DavidePassafaro, thanks for reporting this issue. It really seems that Therefore, I hope that merging that PR will solve the issue. Once merged, I will publish the latest version online and we'll review. |
Beta Was this translation helpful? Give feedback.
-
With the latest release of the docs app, this issue seems to be fixed. Thanks for reporting and feel free to file a new issue if you find one. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi everyone,
when accessing the Operator Decision Tree I found something is missing.
This are the steps to reproduce:
I have one existing Observable, and
buttonI want to allow some values to pass
replaced withYou want the function of.
result.Seems this is related to the wrong generation of a json file:
/generated/docs/app/decision-tree-data.json
Apparently the
8d34
property related to the first choise has an array of sub-choise, and at index 3 there is the id of theof
operator result6c39
instead of the correct one related to the sub-choise.Not sure how to help more, that part of the code is a little bit tricky for me now but I'll spend some more time trying to understand what is causing the error.
Maybe it's just a wrong generation of the file and running again the script the file will be correctly restored.
Beta Was this translation helpful? Give feedback.
All reactions