diff options
author | GitLab Bot <gitlab-bot@gitlab.com> | 2021-03-01 06:10:47 +0000 |
---|---|---|
committer | GitLab Bot <gitlab-bot@gitlab.com> | 2021-03-01 06:10:47 +0000 |
commit | 21543f57d625a70c3884d1915fa14ad340d01edc (patch) | |
tree | 4ef599f32345507febcd563a5a7a0f2bb06dcd14 /app/views/projects/_invite_members_modal.html.haml | |
parent | 46c89ffafef24d59ac7ccd56e30cf2b5c7bf5d77 (diff) | |
download | gitlab-ce-21543f57d625a70c3884d1915fa14ad340d01edc.tar.gz |
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'app/views/projects/_invite_members_modal.html.haml')
-rw-r--r-- | app/views/projects/_invite_members_modal.html.haml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/projects/_invite_members_modal.html.haml b/app/views/projects/_invite_members_modal.html.haml index b1bba5b59ca..00f823b9016 100644 --- a/app/views/projects/_invite_members_modal.html.haml +++ b/app/views/projects/_invite_members_modal.html.haml @@ -2,6 +2,6 @@ .js-invite-members-modal{ data: { id: project.id, name: project.name, is_project: 'true', - access_levels: GroupMember.access_level_roles.to_json, + access_levels: ProjectMember.access_level_roles.to_json, default_access_level: Gitlab::Access::GUEST, help_link: help_page_url('user/permissions') } } |