adds new filter 'All' to admin sps index

This commit is contained in:
Juanjo Bazán
2016-04-26 10:20:07 +02:00
parent 13aa83f277
commit 1c92ac4089
3 changed files with 3 additions and 1 deletions

View File

@@ -2,7 +2,7 @@ class Admin::SpendingProposalsController < Admin::BaseController
include FeatureFlags
feature_flag :spending_proposals
has_filters %w{valuation_open without_admin managed valuating valuation_finished}, only: :index
has_filters %w{valuation_open without_admin managed valuating valuation_finished all}, only: :index
load_and_authorize_resource