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
Updated by Gerrit Code Review over 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/47562
Updated by Gerrit Code Review over 8 years ago
Patch set 1 for branch TYPO3_7-6 of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/47746
Updated by Stefan Froemken over 8 years ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset ec424897784365714b08bf58174f572b1948d54c.
Updated by Christian Kuhn over 8 years ago
- Category deleted (
FormEngine aka TCEforms) - Parent task deleted (
#69617)
Updated by Riccardo De Contardi about 7 years ago
- Status changed from Resolved to Closed
Actions