Actions
Bug #93024
closedPDF download from private storage yields thumbnail
Status:
Closed
Priority:
Must have
Assignee:
-
Category:
-
Target version:
-
Start date:
2020-12-08
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
10
PHP Version:
Tags:
Complexity:
Is Regression:
Yes
Sprint Focus:
Description
If a TYPO3 installation is capable (ImageMagick + configuration) of creating thumbnails of PDFs, the eID download of PDFs will always output an image instead of a PDF.
This is the case since #90068
Steps to reproduce:- Have a TYPO3 installation that creates thumbnails for PDFs (Check in Environment backend module)
- Create a non-public file storage with a PDF in it.
- Link the PDF, e.g. via the RTE of a text element.
- Click the download link in the frontend.
Expected result: PDF is opened or downloaded
Actual result: Thumbnail image of PDF is opened
Actions