mirror of
				https://github.com/node-red/node-red.git
				synced 2025-03-01 10:36:34 +00:00 
			
		
		
		
	Allow SUBFLOW UI label row without variable name
This commit is contained in:
		@@ -1493,7 +1493,8 @@ RED.subflow = (function() {
 | 
			
		||||
                var entry = $(this);
 | 
			
		||||
                var item = entry.data('data');
 | 
			
		||||
                var name = (item.parent?item.name:item.nameField.val()).trim();
 | 
			
		||||
                if (name !== "") {
 | 
			
		||||
                if ((name !== "") ||
 | 
			
		||||
                    (item.ui && (item.ui.type === "none"))) {
 | 
			
		||||
                    var valueInput = item.valueField;
 | 
			
		||||
                    var value = valueInput.typedInput("value");
 | 
			
		||||
                    var type = valueInput.typedInput("type");
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user