Skip to content

Commit 809dba4

Browse files
authored
[Ledger] Add missing cache invalidation params (#12060)
Adds new ledger params to `set_cacheable` closes #12057
1 parent c003bf0 commit 809dba4

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

app/controllers/events_controller.rb

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1355,6 +1355,9 @@ def set_cacheable
13551355
@end_date.blank? &&
13561356
@minimum_amount.nil? &&
13571357
@maximum_amount.nil? &&
1358+
@direction.nil? &&
1359+
@category.nil? &&
1360+
@merchant.nil? &&
13581361
!@missing_receipts
13591362
)
13601363

0 commit comments

Comments
 (0)