Actions
Bug #103892
closedPHP Warning: Array to string conversion in BackendUtility when label_alt with multivalue field
Status:
Closed
Priority:
Should have
Assignee:
-
Category:
-
Target version:
-
Start date:
2024-05-24
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
12
PHP Version:
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
TCA: When setting label_alt to a multivalue field (e.g. select) and having label_alt_force configured the backend will throw a warning:
PHP Warning: Array to string conversion in vendor/typo3/cms-backend/Classes/Utility/BackendUtility.php line 1545
The line reads:
$recordTitle = trim(strip_tags((string)($row[$fN] ?? '')));
Actions