When double-clicking a link node, the right-hand side bar appears with a list of possible targets, can we get that sorted in to alphabetical order please, within the tab sections.
@MyRandomThoughts you caught me at a good moment.
Node-RED v5 will sort the node lists for the link/complete/catch/status nodes alpabetically.
dev ā sort-link-node-lists
opened 04:13PM - 12 May 26 UTC
For the `link (in|ou|call)`, `complete`, `catch` and `status` nodes, the edit di⦠alog presents a list of nodes to select from.
This list was shown in the natural node order - ie the order they had been added to the workspace.
This PR changes that to sort them alphabetically based on their label.
This has been requested a few times, including just now - https://discourse.nodered.org/t/sort-list-of-link-in-link-out-nodes-in-sidebar/100990