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.
Actions