Add not now and closed as status filters
https://fizzy.37signals.com/5986089/cards/2342
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
module Filter::Fields
|
||||
extend ActiveSupport::Concern
|
||||
|
||||
INDEXES = %w[ all stalled postponing_soon golden draft ]
|
||||
INDEXES = %w[ all closed not_now stalled postponing_soon golden draft ]
|
||||
SORTED_BY = %w[ newest oldest latest ]
|
||||
|
||||
delegate :default_value?, to: :class
|
||||
|
||||
Reference in New Issue
Block a user