Cache needs to include publication key

This commit is contained in:
Jason Zimdars
2025-07-16 15:49:53 -05:00
parent 130ae4025e
commit acef439f7e
+1 -1
View File
@@ -67,6 +67,6 @@ module CardsHelper
end
def cacheable_preview_parts_for(card, *options)
[ card, card.workflow, card.collection.entropy_configuration, *options ]
[ card, card.workflow, card.collection.entropy_configuration, card.collection.publication, *options ]
end
end