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>2023-02-09 09:07:49 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2023-02-09 09:07:49 +0300
commitc789d0002c97a00e262be992adfcc0d26b72910e (patch)
treef292cf7810c5c4b8318c29f6486e20e4a04277c2 /app/finders
parent38ff3a81189c8323d323946afcf7dad62c84b9aa (diff)
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'app/finders')
-rw-r--r--app/finders/projects_finder.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/finders/projects_finder.rb b/app/finders/projects_finder.rb
index 7226a4c0d82..401bc473216 100644
--- a/app/finders/projects_finder.rb
+++ b/app/finders/projects_finder.rb
@@ -236,7 +236,7 @@ class ProjectsFinder < UnionFinder
end
def by_language(items)
- if Feature.enabled?(:project_language_search, current_user) && params[:language].present?
+ if params[:language].present?
items.with_programming_language_id(params[:language])
else
items