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

Client data is not appended correctly to the message (msg) if the node has more than one output #1532

Open
luisthieme opened this issue Dec 12, 2024 · 1 comment
Labels
bug Something isn't working size:S - 2 Sizing estimation point

Comments

@luisthieme
Copy link
Contributor

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

  • 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

@luisthieme luisthieme added bug Something isn't working needs-triage Needs looking at to decide what to do labels Dec 12, 2024
@joepavitt
Copy link
Collaborator

Thanks @luisthieme - good find, and something we will definitely address

@joepavitt joepavitt added the size:S - 2 Sizing estimation point label Dec 12, 2024
@joepavitt joepavitt moved this from Backlog to Up Next in Dashboard Backlog Dec 12, 2024
@joepavitt joepavitt removed the needs-triage Needs looking at to decide what to do label Dec 12, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working size:S - 2 Sizing estimation point
Projects
Status: Up Next
Development

No branches or pull requests

2 participants