Tomas Jelinek has uploaded a new change for review.

Change subject: userportal: When VM Pool and VM has same name, UP freezes 
(#824805)
......................................................................

userportal: When VM Pool and VM has same name, UP freezes (#824805)

https://bugzilla.redhat.com/824805

The problem was in the org.ovirt.engine.ui.uicommonweb.Linq
class in the Sort method called from
the UserPortalListModel.OnVmAndPoolLoad(). This sort method
can not deal with the situation that two values are equal and
causes infinite loop.

Solved by changing it's implementation to call Collections.sort()

Change-Id: Ie9cbb4e0fcc66af591ce33fc617398d8c9483b36
Signed-off-by: Tomas Jelinek <tjeli...@redhat.com>
---
M 
frontend/webadmin/modules/uicommonweb/src/main/java/org/ovirt/engine/ui/uicommonweb/Linq.java
1 file changed, 2 insertions(+), 17 deletions(-)


  git pull ssh://gerrit.ovirt.org:29418/ovirt-engine refs/changes/54/4754/1
--
To view, visit http://gerrit.ovirt.org/4754
To unsubscribe, visit http://gerrit.ovirt.org/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: Ie9cbb4e0fcc66af591ce33fc617398d8c9483b36
Gerrit-PatchSet: 1
Gerrit-Project: ovirt-engine
Gerrit-Branch: master
Gerrit-Owner: Tomas Jelinek <tjeli...@redhat.com>
_______________________________________________
Engine-patches mailing list
Engine-patches@ovirt.org
http://lists.ovirt.org/mailman/listinfo/engine-patches

Reply via email to