Project

General

Profile

Actions

Bug #102623

closed

Switching l10n_parent to 0 triggers exception

Added by Georg Ringer 5 months ago. Updated 5 months ago.

Status:
Resolved
Priority:
Should have
Assignee:
-
Category:
Localization
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

Also available in: Atom PDF