Commit cbd6df26 authored by Frank Bergmann's avatar Frank Bergmann

- Removed ]po[ Admins from permission group

parent 35fc30fe
......@@ -69,7 +69,8 @@ set group_list_sql {
where
g.group_id = o.object_id and
g.group_id = p.profile_id and
(o.object_type = 'im_profile' OR o.object_id = -2)
(o.object_type = 'im_profile' OR o.object_id = -2) and
g.group_name not in ('P/O Admins', ']po[ Admins')
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment