generate pdf export for dossier only on demand

This commit is contained in:
Christophe Robillard 2021-04-29 16:16:12 +02:00
parent f40d96fbd2
commit 3d04221dab
3 changed files with 7 additions and 8 deletions

View file

@ -1,6 +1,7 @@
class ActiveStorage::DownloadableFile
def self.create_list_from_dossier(dossier)
pjs = PiecesJustificativesService.liste_pieces_justificatives(dossier)
dossier_export = PiecesJustificativesService.generate_dossier_export(dossier)
pjs = [dossier_export] + PiecesJustificativesService.liste_pieces_justificatives(dossier)
pjs.map do |piece_justificative|
[
piece_justificative,