Skip to content

Set project default visibility to max allowed

Stan Hu requested to merge sh-default-visibility-fix into master

If the default, instance-wide visibility were set to internal but a group were private, the radio button would be set on internal even though that setting were not allowed. We now consider the allowed visibility setting for the group in determining what the default should be.

Before:

image

After:

image

Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/62298

Edited by Stan Hu

Merge request reports