Actions
Bug #99279
closedCreating a "create record" reaction fails with error message
Status:
Closed
Priority:
Should have
Assignee:
Category:
DataHandler aka TCEmain
Target version:
Start date:
2022-12-05
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
12
PHP Version:
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
If a new reaction of type `create-record` is created, an error message
is shown also the record is saved correctly.
The source of the issue is, that the array keys of the decoded array from
the database does not match the array from which has been send to DataHandler
for persisting.
Files
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/+/76927
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/+/76927
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 aa3ee0e8b6561ff88f70db8b63aa8ba95b30c406.
Updated by Christian Kuhn almost 2 years ago
- Related to Feature #98373: Reactions - Incoming WebHooks for TYPO3 added
Updated by Stefan Bürk almost 2 years ago
- Related to Bug #99277: History/Undo does not work for dbType JSON added
Actions