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 #1

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

Actions #2

Updated by Benni Mack about 8 years ago

  • Parent task set to #69617
Actions #3

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

Actions #4

Updated by Stefan Froemken about 8 years ago

  • Status changed from Under Review to Resolved
  • % Done changed from 0 to 100
Actions #5

Updated by Christian Kuhn almost 8 years ago

  • Category deleted (FormEngine aka TCEforms)
  • Parent task deleted (#69617)
Actions #6

Updated by Riccardo De Contardi over 6 years ago

  • Status changed from Resolved to Closed
Actions

Also available in: Atom PDF