Actions
Bug #102623
closedSwitching l10n_parent to 0 triggers exception
Status:
Closed
Priority:
Should have
Assignee:
-
Category:
Localization
Target version:
Start date:
2023-12-07
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
12
PHP Version:
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
In v12 when switching a l10n_parent to 0, an exceptions triggered
PHP Warning: Array to string conversion in /var/www/html/vendor/typo3/cms-core/Classes/DataHandling/DataHandler.php line 8532
the line is
$result = (string)$submittedValue === (string)$storedValue;
with one variable being an array of the l10n state and one the result as json (string)
in a plain v12 installation this happens with records, e.g. sys_category but can reproduce that with on client site with regular tt_content as well
Actions