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/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