]> git.proxmox.com Git - pve-manager.git/commit
reload stores of tabpanel children on 'activate' event
authorEmmanuel Kasper <e.kasper@proxmox.com>
Thu, 25 Feb 2016 12:20:06 +0000 (13:20 +0100)
committerDietmar Maurer <dietmar@proxmox.com>
Fri, 26 Feb 2016 06:38:17 +0000 (07:38 +0100)
commit55bc792342325bbf7a8246be0da17c29c031dd28
tree833549f43edb6f11534cb629d3eb52b825741995
parentd46faa2c06ec2104b67495a28d96851fcb6cb564
reload stores of tabpanel children on 'activate' event

Tabpanel reload -> send 'show' event -> reload child panel store

do not work with ExtJS6

but

Tabpanel reload -> reload  child panel ->  child send 'show' event ->
reload a grid store in the panel still works

so we don't blindly replace the 'show' events everywhere but only
when the event was expected by a direct child of a tabpanel
www/manager6/ha/Groups.js
www/manager6/ha/Resources.js
www/manager6/node/APT.js
www/manager6/node/NetworkView.js
www/manager6/node/Subscription.js