Skip to content

Ensure Owners are included in the scope for authorized_projects

Robert Speicher requested to merge rs-issue-19878 into master

Prior, when providing a min_access_level parameter to this method, we called Gitlab::Access.values instead of all_values, mistakenly omitting the OWNER level.

Fixes https://gitlab.com/gitlab-org/gitlab-ce/issues/19878

Merge request reports