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-07-27 03:08:48 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2021-07-27 03:08:48 +0300
commite8b9a50198c209ee18eb01f32d0c5b07c220a3a4 (patch)
tree4674622aad4d24ba5d37b36501edfc1d2140815a /app/models/concerns/select_for_project_authorization.rb
parent936d15143b786f841bf0ee8e2458215ee010f33e (diff)
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'app/models/concerns/select_for_project_authorization.rb')
-rw-r--r--app/models/concerns/select_for_project_authorization.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/models/concerns/select_for_project_authorization.rb b/app/models/concerns/select_for_project_authorization.rb
index 4fae36f7b8d..49342e30db6 100644
--- a/app/models/concerns/select_for_project_authorization.rb
+++ b/app/models/concerns/select_for_project_authorization.rb
@@ -5,7 +5,7 @@ module SelectForProjectAuthorization
class_methods do
def select_for_project_authorization
- select("projects.id AS project_id, members.access_level")
+ select("projects.id AS project_id", "members.access_level")
end
def select_as_maintainer_for_project_authorization