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
Updated by Stefan Froemken almost 2 years ago
- Related to Bug #99275: Minor issues in ext:reactions added
Updated by Benni Mack almost 2 years ago
- Target version changed from 12.1 to 12.2
Updated by Stefan Bürk almost 2 years ago
- Related to Feature #98373: Reactions - Incoming WebHooks for TYPO3 added
- Related to Bug #99279: Creating a "create record" reaction fails with error message added
- Related to Feature #99226: Introduce dbType json for TCA type user added
Updated by Stefan Bürk almost 2 years ago
- Related to Feature #99062: Native JSON field support in Doctrine DBAL added
Updated by Gerrit Code Review almost 2 years ago
- Status changed from New to Under Review
Patch set 1 for branch main of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/77608
Updated by Gerrit Code Review almost 2 years ago
Patch set 2 for branch main of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/77608
Updated by Stefan Bürk almost 2 years ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset a947ed063b655dd16ed98d9eefa8f944fbfdec0c.
Actions