Actions
Bug #81502
closedTCA: Icons below select fields are always shown
Status:
Closed
Priority:
Must have
Assignee:
-
Category:
-
Target version:
-
Start date:
2017-06-07
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
8
PHP Version:
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
Expected Behaviour¶
I expect that no icon is shown below a select field of render type selectSingle by default or when the field is configured in TCA as follows
$GLOBALS['TCA'][<table name>]['columns'][<field name>]['config']['fieldWizard'] = [ 'selectIcons' => [ 'disabled' => true, ], ];
Observed Behaviour¶
For each entry in the select list an icon is shown. When no icons are configured for a single entry, the same default icon is repeated for every entry.
Reference¶
Current documentation states:
"Render thumbnails of icons below the select drop-down. Disabled by default."
see: https://docs.typo3.org/typo3cms/TCAReference/8-dev/ColumnsConfig/Type/Select.html#selecticons
Actions