ui: tape/window/Tape{Backup, Restore}: allow empty notify user field

we have to set skipEmptyText on comboGrids

Signed-off-by: Dominik Csapak <d.csapak@proxmox.com>
This commit is contained in:
Dominik Csapak 2021-03-08 14:10:51 +01:00 committed by Dietmar Maurer
parent 1d7fcbece8
commit 6446a078a0
2 changed files with 2 additions and 0 deletions

View File

@ -56,6 +56,7 @@ Ext.define('PBS.TapeManagement.TapeBackupWindow', {
emptyText: 'root@pam',
value: null,
allowBlank: true,
skipEmptyText: true,
renderer: Ext.String.htmlEncode,
},
],

View File

@ -48,6 +48,7 @@ Ext.define('PBS.TapeManagement.TapeRestoreWindow', {
emptyText: gettext('Current User'),
value: null,
allowBlank: true,
skipEmptyText: true,
renderer: Ext.String.htmlEncode,
},
],