mirror of
				https://github.com/node-red/node-red.git
				synced 2025-03-01 10:36:34 +00:00 
			
		
		
		
	Status messages from nodes in subflows not delegated properly
Fixes #1016
This commit is contained in:
		| @@ -192,6 +192,8 @@ function handleError(node,logMessage,msg) { | ||||
| function delegateStatus(node,statusMessage) { | ||||
|     if (activeFlows[node.z]) { | ||||
|         activeFlows[node.z].handleStatus(node,statusMessage); | ||||
|     } else if (activeNodesToFlow[node.z]) { | ||||
|         activeFlows[activeNodesToFlow[node.z]].handleStatus(node,statusMessage); | ||||
|     } | ||||
| } | ||||
| function handleStatus(node,statusMessage) { | ||||
|   | ||||
		Reference in New Issue
	
	Block a user