Actions
Bug #95601
closedException during UpdateValueOnFieldChange initialization
Status:
Closed
Priority:
Should have
Assignee:
-
Category:
-
Target version:
-
Start date:
2021-10-12
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
11
PHP Version:
7.4
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
There is next error occured:
Argument 2 passed to TYPO3\CMS\Backend\Form\Behavior\UpdateValueOnFieldChange::__construct() must be of the type string, int given, called in /var/www/html/public/typo3/sysext/backend/Classes/Controller/FormFlexAjaxController.php on line 133
Place:
$formData['parameterArray']['fieldChangeFunc']['TBE_EDITOR_fieldChanged'] = new UpdateValueOnFieldChange(
$tableName,
$formData['databaseRow']['uid'],
$fieldName,
$formData['parameterArray']['itemFormElName']
);
Error reproduced when $formData['databaseRow']['uid'] has int type.
Updated by Georg Ringer about 3 years ago
- Related to Bug #95496: TYPO3\CMS\Backend\Form\Behavior\UpdateValueOnFieldChange::__construct() must be of the type string, int given added
Updated by Georg Ringer about 3 years ago
- Status changed from New to Needs Feedback
this has been fixed with #95496, see https://review.typo3.org/c/Packages/TYPO3.CMS/+/71467, please update to 11.5.1
Updated by Georg Ringer about 3 years ago
- Status changed from Needs Feedback to Closed
no feedback yet, issue fixed, so closing this one
Actions