Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGitLab Bot <gitlab-bot@gitlab.com>2021-03-01 09:10:47 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2021-03-01 09:10:47 +0300
commit21543f57d625a70c3884d1915fa14ad340d01edc (patch)
tree4ef599f32345507febcd563a5a7a0f2bb06dcd14 /app/views/projects/_invite_members_modal.html.haml
parent46c89ffafef24d59ac7ccd56e30cf2b5c7bf5d77 (diff)
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.haml2
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') } }