Bug #78900
closedFSC Uploads: The file title won't show, if you're are using a file collection "folder from Storage". Works with static files.
100%
Description
Hi there.
Before you change the title from your uploaded file from "strange_name.pdf" to "datasheet_dezember".
If you're using 'file links' with a 'file collection' (via fluid styled content) the file will show in frontend with the title. Everthing is fine.
... <f:if condition="{file.title}"> <f:then> {file.title} </f:then> <f:else> {file.name} </f:else> </f:if> ...
But if you're using a file collection "folder from storrage", the file name is showing, not the file title!
I've tested it with two different TYPO3-Projects, both 7.6.14.
See my screenshots for more details.
Thanks for your help.
Files
Updated by Gerrit Code Review almost 8 years ago
- Status changed from New to Under Review
Patch set 1 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/50931
Updated by Gerrit Code Review almost 8 years ago
Patch set 2 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/50931
Updated by Frans Saris almost 8 years ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset e0ae7d82b1a0d8a206b4f7163251f434c870cd84.