Actions
Bug #99277
closedHistory/Undo does not work for dbType JSON
Status:
Closed
Priority:
Must have
Assignee:
Category:
DataHandler aka TCEmain
Target version:
Start date:
2022-12-05
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
12
PHP Version:
8.2
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
Hello,
With #99275 the Context-Menu was added to the icon of reaction records in reaction module.
If I click on History/Undo it results into a PHP-Warning:
PHP Warning: Array to string conversion in /var/www/html/TYPO3.CMS/typo3/sysext/backend/Classes/Controller/ContentElement/ElementHistoryController.php line 351
That's because of the new column type "dbType => json". The value of that column is an array which can not be converted to string.
Stefan
Actions