Commit 8c107e107e4f4ab8d594fa366985cfe0451979fa
Exists in
master
and in
6 other branches
Merge branch 'fix-proposals-page'
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.categories_ids = vm.selectedTheme.id; | 146 | + params.category_ids = vm.selectedTheme.id; |
147 | } | 147 | } |
148 | 148 | ||
149 | if (query) {params.query = query; } | 149 | if (query) {params.query = query; } |