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-31 09:08:58 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2021-03-31 09:08:58 +0300
commit4fbd3e553515d506bd82b42e1ffbb516cf0f178a (patch)
treee4fe69014d6a660a63e2b31928b5f7fd20615da6 /app/presenters/search_service_presenter.rb
parent89cd4b410196971a1259463e6d1121ba85d45a6f (diff)
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'app/presenters/search_service_presenter.rb')
-rw-r--r--app/presenters/search_service_presenter.rb3
1 files changed, 2 insertions, 1 deletions
diff --git a/app/presenters/search_service_presenter.rb b/app/presenters/search_service_presenter.rb
index a5e6ffd55b3..ca5c3094509 100644
--- a/app/presenters/search_service_presenter.rb
+++ b/app/presenters/search_service_presenter.rb
@@ -10,7 +10,8 @@ class SearchServicePresenter < Gitlab::View::Presenter::Delegated
issues: :with_web_entity_associations,
merge_requests: :with_web_entity_associations,
epics: :with_web_entity_associations,
- notes: :with_web_entity_associations
+ notes: :with_web_entity_associations,
+ milestones: :with_web_entity_associations
}.freeze
SORT_ENABLED_SCOPES = %w(issues merge_requests).freeze