]> git.proxmox.com Git - proxmox-backup.git/commitdiff
ui: TapeRestore: mark datastore selector as 'not a form field'
authorDominik Csapak <d.csapak@proxmox.com>
Thu, 8 Jul 2021 10:39:17 +0000 (12:39 +0200)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Thu, 8 Jul 2021 12:05:21 +0000 (14:05 +0200)
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>
www/tape/window/TapeRestore.js

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