Actions
Bug #96995
closednon-numeric value while the value diff is calculated
Status:
Closed
Priority:
Should have
Assignee:
-
Category:
Backend API
Target version:
-
Start date:
2022-02-22
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
11
PHP Version:
7.4
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
In the BackendUtility a "non-numeric value" error (or a warning) is thrown when trying to translate/edit the translation of a content item if it contains a TCA field of type "check" with multiple items. The reason seems to be that the class TYPO3\CMS\Backend\Form\FieldWizard\DefaultLanguageDifferences
wants to access the field defaultLanguageDiffRow
from $data
(filled by the DataBaseLanguageRows
FormDataProvider), but there are only empty strings in it.
Inside BackendUtility
the $value is compared without checking for numeric value or casting it first.
Files
Actions