node-red-dashboard icon indicating copy to clipboard operation
node-red-dashboard copied to clipboard

ui form doesnt pass the input msg attributes send to the node

Open SandeepAgarwal13 opened this issue 9 months ago • 1 comments

Current Behavior

Hi

ui_form in Dashboard 2 does not pass the input msg attributes (non msg.payload) I have also tried to pass something in topic. Doesnt work.

Refer to ;

https://discourse.nodered.org/t/db2-ui-from-node-removes-all-input-message-properties/96032/5

Expected Behavior

Once a message is sent to the ui form and submit button is clicked - the original input msg attribites need to sent out once user clicks submit . Only payload would be due to new submit. This will be consistent to other dashboard nodes which pass the input attributes.

Steps To Reproduce

Refer to https://discourse.nodered.org/t/db2-ui-from-node-removes-all-input-message-properties/96032/5

Environment

  • Dashboard version:1.22.1
  • Node-RED version:4.0.9
  • Node.js version:
  • npm version:
  • Platform/OS:
  • Browser:

Have you provided an initial effort estimate for this issue?

I have provided an initial effort estimate

SandeepAgarwal13 avatar Mar 16 '25 17:03 SandeepAgarwal13

The specific case of msg.topic pass through not working, which seems to be a clear bug, is reported in #1632

colinl avatar Mar 16 '25 22:03 colinl