feat(gallery): create representations for pjs sent by messagerie
This commit is contained in:
parent
59ddaf5b0b
commit
3516bae008
1 changed files with 1 additions and 1 deletions
|
@ -8,7 +8,7 @@ module BlobImageProcessorConcern
|
|||
end
|
||||
|
||||
def representation_required?
|
||||
attachments.any? { _1.record.class == Champs::TitreIdentiteChamp || _1.record.class == Champs::PieceJustificativeChamp }
|
||||
attachments.any? { _1.record.class == Champs::TitreIdentiteChamp || _1.record.class == Champs::PieceJustificativeChamp || _1.record.class == Commentaire }
|
||||
end
|
||||
|
||||
private
|
||||
|
|
Loading…
Reference in a new issue