Project

General

Profile

Actions

Bug #91302

closed

Missing icons on foreign_table TCA defintions

Added by Henrik Elsner almost 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 #1

Updated by Oliver Bartsch almost 4 years ago

  • Related to Task #87937: Remove support for "selicon_field_path" TCA option added
Actions #2

Updated by Gerrit Code Review almost 4 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/c/Packages/TYPO3.CMS/+/64560

Actions #3

Updated by Oliver Bartsch almost 4 years ago

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

Updated by Oliver Bartsch almost 4 years ago

  • Related to Task #91459: Move iconFactory initialization out of loop added
Actions #5

Updated by Benni Mack over 3 years ago

  • Status changed from Resolved to Closed
Actions

Also available in: Atom PDF