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:
Diffstat (limited to 'app/finders/namespaces/projects_finder.rb')
-rw-r--r--app/finders/namespaces/projects_finder.rb2
1 files changed, 2 insertions, 0 deletions
diff --git a/app/finders/namespaces/projects_finder.rb b/app/finders/namespaces/projects_finder.rb
index c96f9527dd8..0194ee40801 100644
--- a/app/finders/namespaces/projects_finder.rb
+++ b/app/finders/namespaces/projects_finder.rb
@@ -32,6 +32,8 @@ module Namespaces
namespace.projects.with_route
end
+ collection = collection.not_aimed_for_deletion if params[:not_aimed_for_deletion].present?
+
collection = filter_projects(collection)
sort(collection)