[pbs-devel] [PATCH proxmox-backup] ui: TapeRestore: mark datastore selector as 'not a form field'

Dominik Csapak d.csapak at proxmox.com
Thu Jul 8 12:39:17 CEST 2021


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 at proxmox.com>
---
 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}',
-- 
2.30.2






More information about the pbs-devel mailing list