0078417710
there were a number of problems in how we reselected vms when they migrated and selected: we relied on the data in the configpanel to be static, but since pveselnode is a reference, it actually changes when the resourcestore changes also, handling the reselection as a response to the statusstore failure is very inconsistent, because we know exactly when a vm moves node in the tree this patch removes the whole configpanel vm migration code, and lets the tree handle it for this, we have to check if we have to reselect the entry, deselect it manually and after the treeupdate reselect it also in the right click selection check we have to check if it is already selected, else the next selection will get canceled Signed-off-by: Dominik Csapak <d.csapak@proxmox.com>