Actions
Task #102340
closed[BUGFIX] Fixes array_key_exists(): Argument #1 ($key) must be a valid…
Status:
Closed
Priority:
Should have
Assignee:
-
Category:
-
Target version:
-
Start date:
2023-11-07
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
12
PHP Version:
Tags:
Complexity:
Sprint Focus:
Description
… array offset type
Fixes the error
`array_key_exists(): Argument #1 ($key) must be a valid array offset type`
This error occurs, for example, when the SaveToDatabase finisher tries to map a field with the name "type". In `transformMultiValuePropertiesForFormEditor` there is no check as to whether the form element type determined there is actually an identifier (string) or not.
This issue was automatically created from https://github.com/TYPO3/typo3/pull/470
Actions