Itamar Heim has posted comments on this change.

Change subject: core: Remove GetEventSubscribersBySubscriberId
......................................................................


Patch Set 1:

how can this not break:
frontend/webadmin/modules/uicommonweb/src/main/java/org/ovirt/engine/ui/uicommonweb/models/users/UserEventNotifierListModel.java

    protected void AsyncSearch()
    {
        super.AsyncSearch();

        
setAsyncResult(Frontend.RegisterQuery(VdcQueryType.GetEventSubscribersBySubscriberIdGrouped,
                new 
GetEventSubscribersBySubscriberIdParameters(getEntity().getuser_id())));
        setItems(getAsyncResult().getData());
    }

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

Gerrit-MessageType: comment
Gerrit-Change-Id: Ib58c99f7e73ac7cd3baff5fe6f53955c328e1c9b
Gerrit-PatchSet: 1
Gerrit-Project: ovirt-engine
Gerrit-Branch: master
Gerrit-Owner: Allon Mureinik <[email protected]>
Gerrit-Reviewer: Allon Mureinik <[email protected]>
Gerrit-Reviewer: Daniel Erez <[email protected]>
Gerrit-Reviewer: Itamar Heim <[email protected]>
Gerrit-Reviewer: Omer Frenkel <[email protected]>
Gerrit-Reviewer: Yair Zaslavsky <[email protected]>
_______________________________________________
Engine-patches mailing list
[email protected]
http://lists.ovirt.org/mailman/listinfo/engine-patches

Reply via email to