Project

General

Profile

Actions

Bug #81754

closed

no thumbnails for tt_content in page layout view

Added by Andreas Terfehr over 7 years ago. Updated about 4 years ago.

Status:
Closed
Priority:
Should have
Assignee:
-
Category:
-
Target version:
-
Start date:
2017-06-30
Due date:
% Done:

0%

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

Description

I use fluid_styled_content and in page layout view no thumbnails are shown. In list view the thumbnails are displayed correctly.

typo3/sysext/backend/Classes/View/PageLayoutView.php

line 1866+

if ($row['image']) {
$out .= $this->linkEditContent($this->getThumbCodeUnlinked($row, 'tt_content', 'image'), $row) . '<br />';
}

It must depend on

$GLOBALS['TCA']['tt_content']['ctrl']['thumbnail']

https://docs.typo3.org/typo3cms/extensions/core/8.7/Changelog/8.6/Breaking-79622-DroppingThumbnailConfigurationForTt_content.html

Actions

Also available in: Atom PDF