Merge pull request #1226 from MihaelaStoica/CA-226102

CA-226102: HFX wizard host selection not grayed out when hotfix not a…
This commit is contained in:
Gabor Apati-Nagy 2016-10-20 11:35:26 +01:00 committed by GitHub
commit db0a12d436

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))
{