mirror of https://github.com/apache/cloudstack.git
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…
Reference in New Issue