Project

General

Profile

Actions

Bug #91302

closed

Missing icons on foreign_table TCA defintions

Added by Henrik Elsner about 4 years ago. Updated over 3 years ago.

Status:
Closed
Priority:
Should have
Assignee:
-
Category:
Backend User Interface
Target version:
-
Start date:
2020-05-05
Due date:
% Done:

100%

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

Description

On 10.4.0 and above the icon of referenced records is not shown anymore, when using foreign_table within TCA definitions.
In previous core versions the individual icon of the record was shown to support the user and display the type of reference.
In v10 it seems like this functionality got lost/broken (or eventually removed on purpose?)

Already checked for: existence of my icon file and working TCA existence

my TCA:

'overlay_page_reference' => [
            'label' => $llPath . 'overlay.page_reference.label',
            'description' => $llPath . 'overlay.page_reference.description',
            'exclude' => 0,
            'config' => [
                'type' => 'select',
                'renderType' => 'selectSingle',
                'foreign_table' => 'pages',
                'foreign_table_where' => 'AND doktype = 28 AND hidden = 0 AND deleted = 0 AND sys_language_uid = 0'
            ],
        ],

Result in v10, without the icon that should been displayed:
!Bildschirmfoto 2020-05-05 um 08.03.50.png!

For comparison in v9:
!Bildschirmfoto 2020-05-05 um 08.19.24.png!


Files


Related issues 2 (0 open2 closed)

Related to TYPO3 Core - Task #87937: Remove support for "selicon_field_path" TCA optionClosedBenni Mack2019-03-16

Actions
Related to TYPO3 Core - Task #91459: Move iconFactory initialization out of loopClosedOliver Bartsch2020-05-22

Actions
Actions

Also available in: Atom PDF