Add not now and closed as status filters

https://fizzy.37signals.com/5986089/cards/2342
This commit is contained in:
Jorge Manrubia
2025-10-15 13:59:50 +02:00
parent 9263cff3d5
commit acdc7706ce
3 changed files with 10 additions and 1 deletions
+1 -1
View File
@@ -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