-
Notifications
You must be signed in to change notification settings - Fork 3
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
fd_children does not get set in dashboard and tab node #8
Comments
I'm seeing this too. The drop down for setting the grid/panel shows "--" only. I've been patching up the flow.json manually (yikes!). In the flow.json, the fd_children=[], parent fields are getting set for some cases. Nodered v3.0.2 |
I did push a version 0.4.145 a day or two ago that fixes one issue that may be related. |
Sorry for the late reply. Got distracted by another project. At the moment I do not have a clue. As soon as I have some spare time, I'll check it again. Maybe I find something. Best |
The problem appears to be gone at:
I added a new grid to an existing tab, the "container" of a node allowed me to add and set that. The grid's "tab" drop-down had entries. |
Hello,
first of all, thanks for the work.
I try to get this running but I never get a function configuration. I try to setup the same flow as the "Hello World" example, but it does not matter what I do, the fd_children always stay on undefined. I even exported the "Hello World" and my one and compared it. In my version the fd_children are not set. The logs show always the following error:
b36de40da23c0544 is the tab node and 4b2e4c915eaae7c0 the dashboard node. Fun thing is that in the tab node field "fd" references the dashboard id.
In the graphical configuration I have set the dashboard in the tab node. Also I have a grid node and in that i picked the tab node. Somehow the configuration in the back end does not get updated.
Any help is more than welcome.
Best Martin
The text was updated successfully, but these errors were encountered: