Commit c4ce167d authored by Frank Bergmann's avatar Frank Bergmann

- Added Conf Item Manager admin role

parent ec553b30
......@@ -132,7 +132,7 @@ db_multirow -extend {conf_chk return_url period} conf_lines confs_lines "
from acs_rels r,
im_biz_object_members bom
where r.rel_id = bom.rel_id and
bom.object_role_id in (1301,1302,1303) and
bom.object_role_id in (1301,1302,1303,1309) and
r.object_id_two = :current_user_id and
r.object_id_one = p.project_id
) as write_p
......
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