You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If a node has more than one output, Node-RED sends the message (msg) as an array where each index corresponds to the message related to that output. However, the client data is appended incorrectly, outside the array, instead of being associated with the correct message.
Expected Behavior
The client data should be added to every message in the array and not outside of the array.
Steps To Reproduce
Use any node UI-Node that has more than one output and take a look at the full msg object. Our example uses this node: "@5minds/node-red-dashboard-2-processcube-dynamic-table": "1.2.0"
Environment
Dashboard version:
Node-RED version:
Node.js version:
npm version:
Platform/OS:
Browser:
Have you provided an initial effort estimate for this issue?
I am not a FlowFuse team member
The text was updated successfully, but these errors were encountered:
Current Behavior
If a node has more than one output, Node-RED sends the message (msg) as an array where each index corresponds to the message related to that output. However, the client data is appended incorrectly, outside the array, instead of being associated with the correct message.
Expected Behavior
The client data should be added to every message in the array and not outside of the array.
Steps To Reproduce
Use any node UI-Node that has more than one output and take a look at the full msg object. Our example uses this node:
"@5minds/node-red-dashboard-2-processcube-dynamic-table": "1.2.0"
Environment
Have you provided an initial effort estimate for this issue?
I am not a FlowFuse team member
The text was updated successfully, but these errors were encountered: