mirror of
				https://github.com/node-red/node-red.git
				synced 2025-03-01 10:36:34 +00:00 
			
		
		
		
	@@ -697,7 +697,9 @@ async function updateFlow(id,newFlow, user) {
 | 
			
		||||
 | 
			
		||||
        nodes = [tabNode].concat(newFlow.nodes||[]).concat(newFlow.configs||[]);
 | 
			
		||||
        nodes.forEach(function(n) {
 | 
			
		||||
            n.z = id;
 | 
			
		||||
            if (n.type !== 'tab') {
 | 
			
		||||
                n.z = id;
 | 
			
		||||
            }
 | 
			
		||||
        });
 | 
			
		||||
    }
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user