diff --git a/app/helpers/filters_helper.rb b/app/helpers/filters_helper.rb index 0dd95c00c..2edfb5ffa 100644 --- a/app/helpers/filters_helper.rb +++ b/app/helpers/filters_helper.rb @@ -80,7 +80,7 @@ private filters.each.sum do |category, category_filters| if %w[status years bulk_upload_id].include?(category) category_filters.count(&:present?) - elsif %w[user organisation].include?(category) + elsif %w[assigned_to organisation].include?(category) category_filters != "all" ? 1 : 0 else 0