Project

General

Profile

Actions

Bug #82894

closed

CE Uploads does not show file description

Added by Christoph Lehmann over 6 years ago. Updated about 6 years ago.

Status:
Closed
Priority:
Must have
Assignee:
-
Category:
TypoScript
Target version:
-
Start date:
2017-11-01
Due date:
% Done:

0%

Estimated time:
TYPO3 Version:
8
PHP Version:
Tags:
Complexity:
Is Regression:
Sprint Focus:

Files

Schermata 2017-11-01 alle 17.22.01.png (32.3 KB) Schermata 2017-11-01 alle 17.22.01.png Riccardo De Contardi, 2017-11-01 17:23
Actions #1

Updated by Christoph Lehmann over 6 years ago

I'm using css_styled_content

Actions #2

Updated by Christoph Lehmann over 6 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

Actions #3

Updated by Riccardo De Contardi over 6 years ago

@christoph - Lehmann uploads_description is a field in tt_content table, that should enable the showing of description - see attached image

Actions #4

Updated by Christoph Lehmann over 6 years ago

Ah, okay, thank you!.

Issue is no issue and can be closed!

Actions #5

Updated by Riccardo De Contardi over 6 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.

Actions #6

Updated by Gerrit Code Review over 6 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

Actions #7

Updated by Riccardo De Contardi about 6 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!

Actions

Also available in: Atom PDF