Breaking: #87937 - TCA option "selicon_field_path" removed
See forge#87937
Description
The TCA option
$GLOBALS
was removed.
The option allowed to show icons in select items when using
$my
as a foreign table
in relations, and was bound to using
selicon_
as a legacy file (
internal_
).
Impact
It is now only possible to use
selicon_
in inline relations towards
sys_
.
Setting the
selicon_
has no effect anymore and a PHP
E_
error will be triggered.
Affected Installations
Any TYPO3 installation with an extension providing TCA with
selicon_
.
Migration
Remove the option
selicon_
and use an inline relation to file references in
selicon_
instead.