Commit 4dc55b291fe5f7660e17a97d442c5a158ce0a13f

Authored by Luciano Prestes
1 parent 7c02128a

Update software category request link

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 :controller => :search,
37 37 :action => :software_infos,
38 38 :selected_categories_id => [category.id],
39   - :include_non_public => !community.software_info.public_software?
  39 + :software_type => params[:software_type]
40 40 } %>
41 41 </li>
42 42 <% end %>
... ...