Yair Zaslavsky has posted comments on this change.

Change subject: aaa: Fix UserGroups list model
......................................................................


Patch Set 3:

(1 comment)

http://gerrit.ovirt.org/#/c/33936/3/frontend/webadmin/modules/uicommonweb/src/main/java/org/ovirt/engine/ui/uicommonweb/dataprovider/AsyncDataProvider.java
File 
frontend/webadmin/modules/uicommonweb/src/main/java/org/ovirt/engine/ui/uicommonweb/dataprovider/AsyncDataProvider.java:

Line 660:         
Frontend.getInstance().runQuery(VdcQueryType.GetDbGroupsByUserId, new 
IdQueryParameters(userId), aQuery);
Line 661:     }
Line 662: 
Line 663:     public void getPoolById(AsyncQuery aQuery, Guid poolId) {
Line 664:         aQuery.converterCallback = new 
IAsyncConverter<List<DbGroup>>() {
> I think the change was done in the wrong method:)
right, oops, still building :)
Line 665:             @Override
Line 666:             public List<DbGroup> Convert(Object source, AsyncQuery 
_asyncQuery)
Line 667:             {
Line 668:                 return (List<DbGroup>) source;


-- 
To view, visit http://gerrit.ovirt.org/33936
To unsubscribe, visit http://gerrit.ovirt.org/settings

Gerrit-MessageType: comment
Gerrit-Change-Id: I39387d68687d530008a2114057d30fc04f27f0ce
Gerrit-PatchSet: 3
Gerrit-Project: ovirt-engine
Gerrit-Branch: master
Gerrit-Owner: Yair Zaslavsky <yzasl...@redhat.com>
Gerrit-Reviewer: Alexander Wels <aw...@redhat.com>
Gerrit-Reviewer: Alon Bar-Lev <alo...@redhat.com>
Gerrit-Reviewer: Alona Kaplan <alkap...@redhat.com>
Gerrit-Reviewer: Oved Ourfali <oourf...@redhat.com>
Gerrit-Reviewer: Tomas Jelinek <tjeli...@redhat.com>
Gerrit-Reviewer: Yair Zaslavsky <yzasl...@redhat.com>
Gerrit-Reviewer: automat...@ovirt.org
Gerrit-Reviewer: oVirt Jenkins CI Server
Gerrit-HasComments: Yes
_______________________________________________
Engine-patches mailing list
Engine-patches@ovirt.org
http://lists.ovirt.org/mailman/listinfo/engine-patches

Reply via email to