CA-177402 - XenCenter doesnt show migrate option on selecting multiple Suspended VMs

Enable CrossPoolMove for a single VM too

Signed-off-by: Letsibogo Ramadi <letsibogo.ramadi@citrix.com>
This commit is contained in:
Letsibogo Ramadi 2017-06-20 15:00:49 +01:00
parent a17063ec7d
commit a579ac9196

View File

@ -67,7 +67,7 @@ namespace XenAdmin.Commands
protected override void ExecuteCore(SelectedItemCollection selection)
{
if (selection.Count > 1 && new CrossPoolMoveVMCommand(MainWindowCommandInterface, selection).CanExecute())
if (new CrossPoolMoveVMCommand(MainWindowCommandInterface, selection).CanExecute())
{
new CrossPoolMoveVMCommand(MainWindowCommandInterface, selection).Execute();
}