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>2020-08-05 09:09:36 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2020-08-05 09:09:36 +0300
commitbd4eece38d24e421c8745c365f94be756589e892 (patch)
tree767ae897b0e6cfd478f1a442452f9824e8153371 /app/assets/javascripts/project_select.js
parentaf7f4b8c377191ca243a673034ee85264353cf95 (diff)
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'app/assets/javascripts/project_select.js')
-rw-r--r--app/assets/javascripts/project_select.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/assets/javascripts/project_select.js b/app/assets/javascripts/project_select.js
index 2b2c365dd54..788553636f9 100644
--- a/app/assets/javascripts/project_select.js
+++ b/app/assets/javascripts/project_select.js
@@ -54,11 +54,11 @@ const projectSelect = () => {
this.groupId,
query.term,
{
- search_namespaces: true,
with_issues_enabled: this.withIssuesEnabled,
with_merge_requests_enabled: this.withMergeRequestsEnabled,
with_shared: this.withShared,
include_subgroups: this.includeProjectsInSubgroups,
+ order_by: 'similarity',
},
projectsCallback,
);