ui: verify job: don't send delete value on creation
the conditional `deleteEmpty` was missing only for max-depth Signed-off-by: Dominik Csapak <d.csapak@proxmox.com>
This commit is contained in:
parent
2edb5f963f
commit
7bc3ab5b7e
@ -86,7 +86,9 @@ Ext.define('PBS.window.VerifyJobEdit', {
|
||||
xtype: 'pbsNamespaceMaxDepth',
|
||||
name: 'max-depth',
|
||||
fieldLabel: gettext('Max. Depth'),
|
||||
deleteEmpty: true,
|
||||
cbind: {
|
||||
deleteEmpty: '{!isCreate}',
|
||||
},
|
||||
},
|
||||
],
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user