diff --git a/app/helpers/cards_helper.rb b/app/helpers/cards_helper.rb index 985f5a553..77cab35f4 100644 --- a/app/helpers/cards_helper.rb +++ b/app/helpers/cards_helper.rb @@ -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