Actions
Bug #105706
closedType error: Undefined array key "renderType"
Status:
Resolved
Priority:
Should have
Assignee:
-
Category:
FormEngine aka TCEforms
Target version:
-
Start date:
2024-11-27
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
13
PHP Version:
8.2
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
When in TYPO3 13 you accidently define a TCA select item without renderType you will get a Type error:
(1/1) #1476107295 TYPO3\CMS\Core\Error\Exception
PHP Warning: Undefined array key "renderType" in /var/www/html/vendor/typo3/cms-backend/Classes/Form/FormDataProvider/TcaSelectItems.php line 204
This used to be a mere warning displayed in the form. An error would be fine to me however it should not be a type error
Actions