Actions
Bug #75496
closedTCA forms can not show thumbnails anymore
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
Actions