Skip to content

feat: update the subproject creation option

Mario Murillo requested to merge slb/mm/update-create-subproject-option-acl into master

Avoid create ACLs

POST subproject If the body contains both admin and viewer ACLs, do not create the default ACLs If the body contains only admin, create default viewer If the body contains only viewer, create default admin

PUT user Add user to the default ACL if it exists, otherwise, add the user to the first group

Edited by Mario Murillo

Merge request reports