Commit fa157c49431a3525681e056250649489abd95f90
1 parent
a95fc29a
Exists in
master
and in
6 other branches
Fix filter by categories_ids
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
src/app/pages/propostas/propostas.controller.js
@@ -143,7 +143,7 @@ | @@ -143,7 +143,7 @@ | ||
143 | }; | 143 | }; |
144 | 144 | ||
145 | if (vm.selectedTheme) { | 145 | if (vm.selectedTheme) { |
146 | - params.article_id = vm.selectedTheme.id; | 146 | + params.categories_ids = vm.selectedTheme.id; |
147 | } | 147 | } |
148 | 148 | ||
149 | if (query) {params.query = query; } | 149 | if (query) {params.query = query; } |