CA-226102: HFX wizard host selection not grayed out when hotfix not applicable for current version

Signed-off-by: Mihaela Stoica <mihaela.stoica@citrix.com>
This commit is contained in:
Mihaela Stoica 2016-10-20 11:29:57 +01:00
parent 9398837c38
commit 2546731edc

View File

@ -284,7 +284,7 @@ namespace XenAdmin.Wizards.PatchingWizard
patchUuidFromAlert = FileFromDiskAlert.Patch.Uuid;
}
if (string.IsNullOrEmpty(patchUuidFromAlert))
if (!string.IsNullOrEmpty(patchUuidFromAlert))
{
if (isPatchApplied(patchUuidFromAlert, host))
{