ui: TapeRestore: mark datastore selector as 'not a form field'

since extjs 7.0 those will get picked up by our query logic and
sent to the backend. prevent that by setting isFormField to false
(we assemble the values differently)

Signed-off-by: Dominik Csapak <d.csapak@proxmox.com>
This commit is contained in:
Dominik Csapak 2021-07-08 12:39:17 +02:00 committed by Thomas Lamprecht
parent 49f44cedbf
commit 000e6cad5c
1 changed files with 1 additions and 0 deletions

View File

@ -567,6 +567,7 @@ Ext.define('PBS.TapeManagement.DataStoreMappingGrid', {
flex: 1, flex: 1,
widget: { widget: {
xtype: 'pbsDataStoreSelector', xtype: 'pbsDataStoreSelector',
isFormField: false,
allowBlank: true, allowBlank: true,
bind: { bind: {
emptyText: '{emptyMeans}', emptyText: '{emptyMeans}',