]> git.proxmox.com Git - pve-manager.git/commit
fix updateStore destroy
authorDominik Csapak <d.csapak@proxmox.com>
Wed, 11 Oct 2017 09:49:50 +0000 (11:49 +0200)
committerDietmar Maurer <dietmar@proxmox.com>
Mon, 16 Oct 2017 05:09:18 +0000 (07:09 +0200)
commite2c2bf5e50ea2f4376dc68e703d0c04586a0a44d
tree621f874054df9a0ced40d0a552792685c0059a7b
parent840cd4669e9b5410fdde759a807fc353787d25e4
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>
www/manager6/data/UpdateStore.js