From 5c456528f6913d39c80899b3d59a8a6bbf46a730 Mon Sep 17 00:00:00 2001 From: Gabriela Navarro Date: Wed, 3 Jun 2015 11:51:49 +0000 Subject: [PATCH] Fix software catalog. Now when you choose a category from a software, it will only display softwares with the selected category --- views/search/_full_community.html.erb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/views/search/_full_community.html.erb b/views/search/_full_community.html.erb index ae7487f..ed30032 100644 --- a/views/search/_full_community.html.erb +++ b/views/search/_full_community.html.erb @@ -36,7 +36,7 @@ <%= link_to _("#{category.name}"), { :controller => :search, :action => :software_infos, - :selected_categories => [category.id], + :selected_categories_id => [category.id], :include_non_public => !community.software_info.public_software? } %> -- libgit2 0.21.2