Merge pull request #1348 from basecamp/column-invalidation

Invalidate cards when columns are added/removed
This commit is contained in:
Jorge Manrubia
2025-10-18 13:53:39 +02:00
committed by GitHub
+1 -1
View File
@@ -17,7 +17,7 @@ module Card::Cacheable
end
def for_perma(*other)
[ card, User.all, Tag.all, *other ]
[ card, User.all, Tag.all, Column.all, *other ]
end
def for_preview(*other)