]> git.proxmox.com Git - proxmox-backup.git/commit
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)
commit000e6cad5c4c9028a700cdf62f1976f65188307e
tree0fe34b8bccedb615bea570fb9b769873e3a99173
parent49f44cedbf15b670eb2da7d2ae82b30aee14da26
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>
www/tape/window/TapeRestore.js