mirror of
				https://github.com/node-red/node-red.git
				synced 2025-03-01 10:36:34 +00:00 
			
		
		
		
	Ensure subflow-scoped config nodes do not get moved on import
Fixes #2789
This commit is contained in:
		| @@ -1360,7 +1360,7 @@ RED.nodes = (function() { | ||||
|                         } | ||||
|                     } | ||||
|                 } else { | ||||
|                     if (n.z && !workspaces[n.z]) { | ||||
|                     if (n.z && !workspaces[n.z] && !subflow_map[n.z]) { | ||||
|                         n.z = activeWorkspace; | ||||
|                     } | ||||
|                 } | ||||
|   | ||||
		Reference in New Issue
	
	Block a user