Bug #91302
closedMissing icons on foreign_table TCA defintions
100%
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
Updated by Oliver Bartsch over 4 years ago
- Related to Task #87937: Remove support for "selicon_field_path" TCA option added
Updated by Gerrit Code Review over 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
Updated by Oliver Bartsch over 4 years ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset 4bb09190786236a189bf170460f886ff587106a1.
Updated by Oliver Bartsch over 4 years ago
- Related to Task #91459: Move iconFactory initialization out of loop added