Commit 5c456528f6913d39c80899b3d59a8a6bbf46a730
Committed by
Álvaro Fernando Matos de Souza
1 parent
4ab43ff5
Exists in
master
and in
5 other branches
Fix software catalog. Now when you choose a category from a software, it will on…
…ly display softwares with the selected category Signed-off-by: Gabriela Navarro <navarro1703@gmail.com>
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
views/search/_full_community.html.erb
@@ -36,7 +36,7 @@ | @@ -36,7 +36,7 @@ | ||
36 | <%= link_to _("#{category.name}"), { | 36 | <%= link_to _("#{category.name}"), { |
37 | :controller => :search, | 37 | :controller => :search, |
38 | :action => :software_infos, | 38 | :action => :software_infos, |
39 | - :selected_categories => [category.id], | 39 | + :selected_categories_id => [category.id], |
40 | :include_non_public => !community.software_info.public_software? | 40 | :include_non_public => !community.software_info.public_software? |
41 | } %> | 41 | } %> |
42 | </li> | 42 | </li> |