mirror of
https://github.com/xcp-ng/xenadmin.git
synced 2025-01-20 07:19:18 +01:00
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:
parent
8f0a00f8c4
commit
f6ccfd121a
@ -394,7 +394,7 @@ namespace XenAdmin.Network
|
||||
{
|
||||
Pool newPool = (Pool)obj.value;
|
||||
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))
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user