adds valuation status filtering to admin
This commit is contained in:
@@ -2,7 +2,7 @@ class Admin::SpendingProposalsController < Admin::BaseController
|
||||
include FeatureFlags
|
||||
feature_flag :spending_proposals
|
||||
|
||||
has_filters %w{all without_admin without_valuators}, only: :index
|
||||
has_filters %w{all without_admin without_valuators valuating valuation_finished}, only: :index
|
||||
|
||||
load_and_authorize_resource
|
||||
|
||||
|
||||
Reference in New Issue
Block a user