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/packages/packages_finder.rb')
-rw-r--r--app/finders/packages/packages_finder.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/finders/packages/packages_finder.rb b/app/finders/packages/packages_finder.rb
index b3d14e15953..31fbbfb7937 100644
--- a/app/finders/packages/packages_finder.rb
+++ b/app/finders/packages/packages_finder.rb
@@ -14,7 +14,7 @@ module Packages
def execute
packages = project.packages
- .including_project_route
+ .including_project_namespace_route
.including_tags
packages = packages.preload_pipelines if preload_pipelines