Commit 5c456528f6913d39c80899b3d59a8a6bbf46a730

Authored by Gabriela Navarro
Committed by Álvaro Fernando Matos de Souza
1 parent 4ab43ff5

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 36 <%= link_to _("#{category.name}"), {
37 37 :controller => :search,
38 38 :action => :software_infos,
39   - :selected_categories => [category.id],
  39 + :selected_categories_id => [category.id],
40 40 :include_non_public => !community.software_info.public_software?
41 41 } %>
42 42 </li>
... ...