Replace special value with just not asuming that filters are about open cards by default

This commit is contained in:
Jorge Manrubia
2025-07-24 10:05:53 +02:00
parent 9d0887f6bd
commit dd28e3d1e9
5 changed files with 1907 additions and 18 deletions
-3
View File
@@ -70,9 +70,6 @@ class Command::Parser::Context
private
attr_reader :controller, :action, :params
MAX_CARDS = 20
MAX_CLOSED_CARDS = 10
def viewing_card_perma?
controller == "cards" && action == "show"
end