Commit 67777fe719dfc23db19a4e5b58673ddbac3f0ba3
1 parent
ece35e6a
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> |