1
0
mirror of https://github.com/node-red/node-red.git synced 2023-10-10 13:36:53 +02:00
node-red/public/red
Nick O'Leary d148a23ed6 Handle config nodes appearing out of order in flow
The editor ensures config nodes appear first in the flow file. The
code in the runtime and editor assumes this to be the case, so that
when a node is instantiated that requires a config node, it can assume
the config node already exists.

This change allows a config node to appear in the flow file after a
node that wants to use it. In both the editor and runtime, the code
now scans for config nodes and handles them first.
2015-02-24 23:04:55 +00:00
..
ui Add oneditdelete handler for config nodes 2015-02-13 11:20:08 +00:00
comms.js Fixes bug that prevented unsubscribe from WebSockets, browser side. Fixes node-red/node-red/#562 2015-02-14 22:25:25 +01:00
history.js Rework subflow edit process 2014-11-13 12:59:28 +00:00
main.js Restyle user menu 2015-02-06 11:27:21 +00:00
nodes.js Handle config nodes appearing out of order in flow 2015-02-24 23:04:55 +00:00
settings.js Add permissions and user menu 2015-02-05 13:00:55 +00:00
user.js Increase unit test coverage of auth code 2015-02-05 13:00:56 +00:00
validators.js Got to start somewhere 2013-09-05 15:02:48 +01:00