main ← preserve-pasted-node-names
merged 05:46PM - 14 Aug 26 UTC
Previously, pasting a node in the workflow editor threw away its name and regene…rated one from the node type, so a node named "Fetch topic" came back as "HTTP request 1".
This change keeps the copied name and appends a counter only on collision. Because a pasted name can now be anything the user typed, node naming also reserves the name sticky notes serialize under — the server rejects a graph where an executable node shares it, and that reservation has to hold before the workflow has any sticky note, not just once one exists.
https://meta.discourse.org/t/copy-workflow-step-names/409410