]> git.proxmox.com Git - proxmox-widget-toolkit.git/commit
node/Tasks: deselect entries when filter changes
authorDominik Csapak <d.csapak@proxmox.com>
Mon, 5 Jul 2021 14:34:00 +0000 (16:34 +0200)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Mon, 5 Jul 2021 14:44:37 +0000 (16:44 +0200)
commit12a6f6824fb88b3c8ddf9b509c243549b22169d2
tree5f79d465bc99b1558ec4c696e3fecce2dfe0e288
parentf00e32117333d3953658bd2d37f110473de1bf9a
node/Tasks: deselect entries when filter changes

since we use a remotefilter on a bufferedstore, the only event where
we can check if the selected element is still there is the 'refresh'
event. Simply deselect if the seleceted element is not in the store

Signed-off-by: Dominik Csapak <d.csapak@proxmox.com>
src/node/Tasks.js