]> git.proxmox.com Git - proxmox-widget-toolkit.git/commit
fix updateStore destroy
authorDominik Csapak <d.csapak@proxmox.com>
Wed, 11 Oct 2017 09:31:07 +0000 (11:31 +0200)
committerDietmar Maurer <dietmar@proxmox.com>
Wed, 11 Oct 2017 09:46:29 +0000 (11:46 +0200)
commit5f0f6b13b55e81203c0fc6598c0411124a493297
treef3ac6258559cb71aa111e2c993d35d2594cd1895
parent9950ec0f7dc816884f683b9e6be6fabf1805eb66
fix updateStore destroy

the store never fires/gets a destroy event, thus it
never stops the load_task and never unqueues itself in case
the store gets destroyed but not explicitely stopped

with overriding the destroy method, this works now as intended

Signed-off-by: Dominik Csapak <d.csapak@proxmox.com>
data/UpdateStore.js