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/package_finder.rb')
-rw-r--r--app/finders/packages/package_finder.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/finders/packages/package_finder.rb b/app/finders/packages/package_finder.rb
index e482a0503f0..9e667b7a63c 100644
--- a/app/finders/packages/package_finder.rb
+++ b/app/finders/packages/package_finder.rb
@@ -10,7 +10,7 @@ module Packages
@project
.packages
.preload_pipelines
- .including_project_route
+ .including_project_namespace_route
.including_tags
.displayable
.find(@package_id)