]> git.proxmox.com Git - pve-manager.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)
commit6f2940c7b1680ac0521ceac175555eb8c4157bd1
treea5828e2cb25898a69ba04c6fb560f0fe86e06e64
parente07c055df455d69d5ca0ccb0f2cdee2702b05e6a
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