CA-215573: Batch updates: Install update wizard "Finish" button activated even when batch install still in progress

Trivial changeset

Signed-off-by: Gabor Apati-Nagy <gabor.apati-nagy@citrix.com>
This commit is contained in:
Gabor Apati-Nagy 2016-07-19 09:25:17 +01:00
parent a007eec882
commit 893275fb2f

View File

@ -341,10 +341,10 @@ namespace XenAdmin.Wizards.PatchingWizard
ShowErrors();
_thisPageIsCompleted = true;
_cancelEnabled = false;
_nextEnabled = true;
}
_cancelEnabled = false;
_nextEnabled = true;
}
});