Updating XenModel/XenAPI with the latest SDKs from trunk #103769

code review: "We do want to see changes in the Pool.current_operations."
This commit is contained in:
Gabor Apati-Nagy 2015-08-14 14:09:07 +01:00
parent 8f0a00f8c4
commit f6ccfd121a

View File

@ -394,7 +394,7 @@ namespace XenAdmin.Network
{ {
Pool newPool = (Pool)obj.value; Pool newPool = (Pool)obj.value;
Pool oldPool = Resolve(new XenRef<Pool>(obj.xenref)); Pool oldPool = Resolve(new XenRef<Pool>(obj.xenref));
return oldPool != null && newPool.DeepEquals(oldPool, true); return oldPool != null && newPool.DeepEquals(oldPool, false); //We do want to see changes in the Pool.current_operations.
} }
else if (obj.type == typeof(SR)) else if (obj.type == typeof(SR))
{ {