Investments are now aggregated when using more than 1 advanced filter

This commit is contained in:
Angel Perez
2018-01-30 12:04:49 -04:00
parent 0d64f51b78
commit a5159672d4
4 changed files with 19 additions and 14 deletions

View File

@@ -84,8 +84,8 @@
investment,
filter: params[:filter],
sort_by: params[:sort_by],
second_filter: params[:second_filter],
max_per_heading: params[:max_per_heading],
advanced_filters: params[:advanced_filters],
page: params[:page]),
method: :patch,
remote: true,
@@ -97,8 +97,8 @@
investment,
filter: params[:filter],
sort_by: params[:sort_by],
second_filter: params[:second_filter],
max_per_heading: params[:max_per_heading],
advanced_filters: params[:advanced_filters],
page: params[:page]),
method: :patch,
remote: true,