Fix project export issue [SCI-8827] (#5767)

This commit is contained in:
Soufiane 2023-07-17 15:33:02 +02:00 committed by GitHub
parent c1a6370e49
commit 3775727857
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -223,7 +223,7 @@ class TeamZipExport < ZipExport
file_name = preview.image.filename.to_s
file_data = preview.image.download
else
file_name = preview.filename.to_s
file_name = preview.blob.filename.to_s
begin
file_data = preview.processed.service.download(preview.key)