Skip to content

Commit b8e0717

Browse files
committed
[Ledger] Add missing cache invalidation params #12057
1 parent c50c7a3 commit b8e0717

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)