Bug #82894
closedCE Uploads does not show file description
0%
Files
Updated by Christoph Lehmann about 7 years ago
My change is
diff --git a/typo3/sysext/css_styled_content/Configuration/TypoScript/ContentElement/Uploads.txt b/typo3/sysext/css_styled_content/Configuration/ index 2885ea6..cba4263 100644 --- a/typo3/sysext/css_styled_content/Configuration/TypoScript/ContentElement/Uploads.txt +++ b/typo3/sysext/css_styled_content/Configuration/TypoScript/ContentElement/Uploads.txt @@ -95,7 +95,7 @@ tt_content.uploads { # description 30 = TEXT 30 { - if.isTrue.field = uploads_description + if.isTrue.field = file:current:description data = file:current:description htmlSpecialChars = 1 wrap = <span class="ce-uploads-description">|</span>
but i currently do not have the time to track down what uploads_description should be and why it's empty
Updated by Riccardo De Contardi about 7 years ago
@christoph - Lehmann uploads_description is a field in tt_content table, that should enable the showing of description - see attached image
Updated by Christoph Lehmann about 7 years ago
Ah, okay, thank you!.
Issue is no issue and can be closed!
Updated by Riccardo De Contardi about 7 years ago
- Status changed from New to Closed
thank you very much for your quick answer. Closed.
Feel free to reopen it if there are further problems about this topic - or open a new issue with a reference to this one.
Updated by Gerrit Code Review almost 7 years ago
- Status changed from Closed to Under Review
Patch set 1 for branch TYPO3_8-7 of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/54976
Updated by Riccardo De Contardi almost 7 years ago
- Status changed from Under Review to Closed
@christoph - Lehmann after a look at your comments on Gerrit, I hope it is ok for you if I close this for now.
Feel free to ping me if I am taking the wrong decision, and I'll reopen it. Thank you!