Greg Padgett has uploaded a new change for review.

Change subject: db: cluster permission query
......................................................................

db: cluster permission query

Fix sql error from renamed source table in cluster permission query.

Change-Id: Icad665899dcd178ea55350e7537c478c6a1bda72
Bug-Url: https://bugzilla.redhat.com/784521
Signed-off-by: Greg Padgett <gpadg...@redhat.com>
---
M backend/manager/dbscripts/vds_groups_sp.sql
1 file changed, 1 insertion(+), 1 deletion(-)


  git pull ssh://gerrit.ovirt.org:29418/ovirt-engine refs/changes/44/11344/1

diff --git a/backend/manager/dbscripts/vds_groups_sp.sql 
b/backend/manager/dbscripts/vds_groups_sp.sql
index 25ce5fc..461ffed 100644
--- a/backend/manager/dbscripts/vds_groups_sp.sql
+++ b/backend/manager/dbscripts/vds_groups_sp.sql
@@ -190,7 +190,7 @@
 BEGIN
       RETURN QUERY SELECT vds_groups_view.*
       FROM vds_groups_view
-      WHERE (SELECT get_entity_permissions(v_user_id, v_action_group_id, 
vds_groups.vds_group_id, 9)) IS NOT NULL;
+      WHERE (SELECT get_entity_permissions(v_user_id, v_action_group_id, 
vds_groups_view.vds_group_id, 9)) IS NOT NULL;
 END; $procedure$
 LANGUAGE plpgsql;
 


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

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

Reply via email to