Actions
Bug #75577
closedStory #69617: FormEngine bugs
TCA selicon_field feature does not work anymore
Start date:
2016-04-13
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
7
PHP Version:
5.6
Tags:
Complexity:
Is Regression:
No
Sprint Focus:
Description
Hello Core-Team,
I have main record which contains a field configuration like:
'color_scheme' => array( 'exclude' => 1, 'label' => 'ColorScheme', 'config' => array( 'type' => 'select', 'foreign_table' => 'tx_drstmplmodule_domain_model_colorscheme', 'foreign_table_where' => 'AND tx_drstmplmodule_domain_model_colorscheme.type=###REC_FIELD_type###', 'size' => 1, 'showIconTable' => 1, 'selicon_cols' => 4, 'minitems' => 1, 'maxitems' => 1 ), ),
https://docs.typo3.org/typo3cms/TCAReference/Reference/Columns/Select/Index.html#showicontable
In the ctrl part of the foreign table I have following:
'selicon_field' => 'icon', 'selicon_field_path' => 'uploads/media',
This is documented here:
https://docs.typo3.org/typo3cms/TCAReference/Reference/Ctrl/Index.html#selicon-field
Quote: "Field name, which contains the thumbnail image used to represent the record visually whenever it is shown in TCEforms as a foreign reference".
But I still don't get any icons below the selectbox.
Actions