mirror of
				https://github.com/node-red/node-red.git
				synced 2025-03-01 10:36:34 +00:00 
			
		
		
		
	| @@ -112,8 +112,12 @@ class Subflow extends Flow { | ||||
|         this.node_map = node_map; | ||||
|         this.path = parent.path+"/"+(subflowInstance._alias||subflowInstance.id); | ||||
|  | ||||
|         let id = subflowInstance.id; | ||||
|         if (subflowInstance._alias) { | ||||
|             id = subflowInstance._alias; | ||||
|         } | ||||
|         this.templateCredentials = credentials.get(subflowDef.id) || {}; | ||||
|         this.instanceCredentials = credentials.get(this.id) || {}; | ||||
|         this.instanceCredentials = credentials.get(id) || {}; | ||||
|  | ||||
|         var env = []; | ||||
|         if (this.subflowDef.env) { | ||||
|   | ||||
		Reference in New Issue
	
	Block a user