From 000e6cad5c4c9028a700cdf62f1976f65188307e Mon Sep 17 00:00:00 2001 From: Dominik Csapak Date: Thu, 8 Jul 2021 12:39:17 +0200 Subject: [PATCH] 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 --- www/tape/window/TapeRestore.js | 1 + 1 file changed, 1 insertion(+) diff --git a/www/tape/window/TapeRestore.js b/www/tape/window/TapeRestore.js index 6a172b1e..c24baf68 100644 --- a/www/tape/window/TapeRestore.js +++ b/www/tape/window/TapeRestore.js @@ -567,6 +567,7 @@ Ext.define('PBS.TapeManagement.DataStoreMappingGrid', { flex: 1, widget: { xtype: 'pbsDataStoreSelector', + isFormField: false, allowBlank: true, bind: { emptyText: '{emptyMeans}',