* [pbs-devel] [PATCH proxmox-backup] ui: TapeRestore: mark datastore selector as 'not a form field'
@ 2021-07-08 10:39 Dominik Csapak
2021-07-08 12:05 ` [pbs-devel] applied: " Thomas Lamprecht
0 siblings, 1 reply; 2+ messages in thread
From: Dominik Csapak @ 2021-07-08 10:39 UTC (permalink / raw)
To: pbs-devel
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 | 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
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2021-07-08 12:06 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-07-08 10:39 [pbs-devel] [PATCH proxmox-backup] ui: TapeRestore: mark datastore selector as 'not a form field' Dominik Csapak
2021-07-08 12:05 ` [pbs-devel] applied: " Thomas Lamprecht
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox