mirror of
				https://github.com/apache/cloudstack.git
				synced 2025-10-26 08:42:29 +01:00 
			
		
		
		
	Merge remote-tracking branch 'origin/4.15'
This commit is contained in:
		
						commit
						cbcd698e38
					
				| @ -957,7 +957,8 @@ export default { | ||||
|             if (param.name !== key) { | ||||
|               continue | ||||
|             } | ||||
|             if (input === undefined || input === null || input === '') { | ||||
|             if (!input === undefined || input === null || | ||||
|               (input === '' && !['updateStoragePool', 'updateHost', 'updatePhysicalNetwork'].includes(action.api))) { | ||||
|               if (param.type === 'boolean') { | ||||
|                 params[key] = false | ||||
|               } | ||||
|  | ||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user