]> git.proxmox.com Git - pve-manager-legacy.git/commit
ui: fix not opening 'bulk action' windows
authorDominik Csapak <d.csapak@proxmox.com>
Tue, 14 Mar 2023 10:20:36 +0000 (11:20 +0100)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Tue, 14 Mar 2023 10:37:47 +0000 (11:37 +0100)
commit2506c1a13b2aa751dfeacdc07abdd478ea309dc1
tree6c1ef9999a75a6922c6f22edee60cf92ca6e492f
parent0addf0ae8f5fecefcef9deedbf05d02c8d6c2da8
ui: fix not opening 'bulk action' windows

we previously removed the 'filters' property from the store, but this
has the effect that the filter array is only ever initialized when
we try to access them via the specified api of extjs

so instead of adding them manually to their array, use the 'addFilter'
method of extjs

also use 'getStore()' instead of directly accessing the store to be
consistent with the extjs api use

Signed-off-by: Dominik Csapak <d.csapak@proxmox.com>
www/manager6/form/VMSelector.js