]> git.proxmox.com Git - pve-manager.git/commit
ext6migrate: fix a long running bug where a logout from the GUI would break the workspace
authorEmmanuel Kasper <e.kasper@proxmox.com>
Mon, 25 Jan 2016 14:19:28 +0000 (15:19 +0100)
committerDietmar Maurer <dietmar@proxmox.com>
Tue, 26 Jan 2016 09:54:32 +0000 (10:54 +0100)
commit08801a5d0161b5e379a6cb69293faff418c2da10
tree49e9262d450491dcfe323d6207aa78ed91589a8f
parentb70496d69d0f9c6c68d60634296423f2472a0113
ext6migrate: fix a long running bug where a logout from the GUI would break the workspace

If we pass true to the removeAll() , ExtJS6 will try to erase the leafes of a tree,
and then try to to iterate throuch these leaves in onNodeRemove() ( this obviously do not work)

The true parameter does not seem to be needed anyway anymore.
After a call to removeAll, the childNodes[] property of the rootNode is empty
www/manager6/tree/ResourceTree.js