Project

General

Profile

Actions

Bug #75496

closed

TCA forms can not show thumbnails anymore

Added by Stefan Froemken about 8 years ago. Updated over 6 years ago.

Status:
Closed
Priority:
Should have
Assignee:
-
Category:
-
Target version:
Start date:
2016-04-11
Due date:
% Done:

100%

Estimated time:
TYPO3 Version:
7
PHP Version:
5.6
Tags:
Complexity:
easy
Is Regression:
No
Sprint Focus:

Description

With following patch you have added the title field additionally to __label key in $theData:

https://review.typo3.org/#/c/41622/4

After that the thumbnails will be rendered, but only for array key "title". Later in in addElement there is only a check against __label:

if ($colType === 'td' && array_key_exists('__label', $data)) {
    $fields[0] = '__label';
}

As long as "__label" was not filled with any thumbnails, they will not be displayed.

Stefan


Related issues 2 (0 open2 closed)

Related to TYPO3 Core - Bug #67756: label_userFunc broken with TYPO3 7ClosedFrans Saris2015-06-25

Actions
Related to TYPO3 Core - Bug #75537: fluid_styled_content does not render thumbnails in list viewClosedDaniel Goerz2016-04-12

Actions
Actions

Also available in: Atom PDF