Oved Ourfali has submitted this change and it was merged.
Change subject: core: StoragePool equals problem
......................................................................
core: StoragePool equals problem
- On a blank default data center, showing the subtabs
would cause the loading indicator to show every refresh
period. This was due to an issue in the storage pool class
that caused the equals to return false when it should be
true. This patch fixes that issue.
Change-Id: I5ae44a6ea127b4e3b35647721fd2e927bac130b6
Bug-Url:
https://bugzilla.redhat.com/show_bug.cgi?id=1073041
Signed-off-by: Alexander Wels <awels(a)redhat.com>
---
M
backend/manager/modules/common/src/main/java/org/ovirt/engine/core/common/businessentities/StoragePool.java
1 file changed, 4 insertions(+), 5 deletions(-)
Approvals:
Juan Hernandez: Looks good to me, but someone else must approve
Alexander Wels: Verified
Vojtech Szocs: Looks good to me, approved
--
To view, visit
http://gerrit.ovirt.org/26972
To unsubscribe, visit
http://gerrit.ovirt.org/settings
Gerrit-MessageType: merged
Gerrit-Change-Id: I5ae44a6ea127b4e3b35647721fd2e927bac130b6
Gerrit-PatchSet: 1
Gerrit-Project: ovirt-engine
Gerrit-Branch: ovirt-engine-3.4
Gerrit-Owner: Alexander Wels <awels(a)redhat.com>
Gerrit-Reviewer: Alexander Wels <awels(a)redhat.com>
Gerrit-Reviewer: Einav Cohen <ecohen(a)redhat.com>
Gerrit-Reviewer: Juan Hernandez <juan.hernandez(a)redhat.com>
Gerrit-Reviewer: Oved Ourfali <oourfali(a)redhat.com>
Gerrit-Reviewer: Vojtech Szocs <vszocs(a)redhat.com>
Gerrit-Reviewer: Yair Zaslavsky <yzaslavs(a)redhat.com>
Gerrit-Reviewer: automation(a)ovirt.org
Gerrit-Reviewer: oVirt Jenkins CI Server