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>2023-12-05 03:08:46 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2023-12-05 03:08:46 +0300
commit35850d3d1643a9e2c5328f45b8a9026ac3d86e35 (patch)
tree20e1177d60c77b10d7746be624f39d685c1c63f2 /app/controllers
parentf4056ff4474daf3da66ceaf4473306b0c4652897 (diff)
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'app/controllers')
-rw-r--r--app/controllers/explore/catalog_controller.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/controllers/explore/catalog_controller.rb b/app/controllers/explore/catalog_controller.rb
index 8207f3e55c6..50846c21b1b 100644
--- a/app/controllers/explore/catalog_controller.rb
+++ b/app/controllers/explore/catalog_controller.rb
@@ -23,7 +23,7 @@ module Explore
end
def catalog_resource
- ::Ci::Catalog::Listing.new(current_user).find_resource(id: params[:id])
+ ::Ci::Catalog::Listing.new(current_user).find_resource(full_path: params[:full_path])
end
end
end