Mike Kolesnik has submitted this change and it was merged. Change subject: core: GetRoleActionGroupsByRoleId as a user query ......................................................................
core: GetRoleActionGroupsByRoleId as a user query Made GetRoleActionGroupsByRoleIdQuery a user query. Note that it returns static information that should be accessible to any user, regardless of filtering. In addition to flagging it a user query, a test was added to ensure the query is indeed a user query, and that no other functionallity was harmed. Change-Id: I80cdd4ab3411dd23d87204e0da17e05c167c196a --- A backend/manager/modules/bll/src/test/java/org/ovirt/engine/core/bll/GetRoleActionGroupsByRoleIdQueryTest.java M backend/manager/modules/common/src/main/java/org/ovirt/engine/core/common/queries/VdcQueryType.java 2 files changed, 40 insertions(+), 1 deletion(-) Approvals: Mike Kolesnik: Looks good to me, approved Allon Mureinik: Verified -- To view, visit http://gerrit.ovirt.org/3768 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: merged Gerrit-Change-Id: I80cdd4ab3411dd23d87204e0da17e05c167c196a Gerrit-PatchSet: 2 Gerrit-Project: ovirt-engine Gerrit-Branch: master Gerrit-Owner: Allon Mureinik <[email protected]> Gerrit-Reviewer: Allon Mureinik <[email protected]> Gerrit-Reviewer: Mike Kolesnik <[email protected]> _______________________________________________ Engine-patches mailing list [email protected] http://lists.ovirt.org/mailman/listinfo/engine-patches
