Commit c934489a authored by Frank Bergmann's avatar Frank Bergmann

- Removed P/O Admin from permission profiles

parent cbd6df26
......@@ -70,7 +70,7 @@ set group_list_sql {
g.group_id = o.object_id and
g.group_id = p.profile_id and
(o.object_type = 'im_profile' OR o.object_id = -2) and
g.group_name not in ('P/O Admins', ']po[ Admins')
g.group_id != [im_profile_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