Merge pull request #591 from basecamp/flavorjones/card-cache-entropy-config

Invalidate card cache when editing collection entropy config
This commit is contained in:
Mike Dalessio
2025-06-05 09:32:19 -04:00
committed by GitHub
+1 -1
View File
@@ -58,6 +58,6 @@ module CardsHelper
end
def cacheable_preview_parts_for(card)
[ card, card.collection.workflow, Entropy::Configuration.default ]
[ card, card.collection.workflow, card.collection.entropy_configuration ]
end
end