mirror of
https://github.com/xcp-ng/xenadmin.git
synced 2025-01-20 07:19:18 +01:00
Merge pull request #585 from agimofcarmen/CP-13030
Corrects mistake in the Restore Dismissed Updates method.
This commit is contained in:
commit
b92e954c37
@ -409,7 +409,7 @@ namespace XenAdmin.Core
|
|||||||
}
|
}
|
||||||
if (other_config.ContainsKey(IgnoreServerAction.LAST_SEEN_SERVER_VERSION_KEY))
|
if (other_config.ContainsKey(IgnoreServerAction.LAST_SEEN_SERVER_VERSION_KEY))
|
||||||
{
|
{
|
||||||
other_config.Remove(IgnorePatchAction.IgnorePatchKey);
|
other_config.Remove(IgnoreServerAction.LAST_SEEN_SERVER_VERSION_KEY);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user