Bug #83009
closedAvoid invalid references in DataMapProcessor
100%
Description
If DataMapProcessor is called with a non-reference id, e.g. zero (0) this submission is considered as a reference.
Since there is no database record having UID 0, the synchronization process fails with the following exeception:#1486233164: Child record was not processed
Updated by Gerrit Code Review about 7 years ago
- Status changed from New to Under Review
Patch set 2 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/54655
Updated by Gerrit Code Review about 7 years ago
Patch set 3 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/54655
Updated by Oliver Hader about 7 years ago
- Related to Bug #81314: doubled references upon related record change added
Updated by Gerrit Code Review about 7 years ago
Patch set 4 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/54655
Updated by Gerrit Code Review about 7 years ago
Patch set 5 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/54655
Updated by Gerrit Code Review about 7 years ago
Patch set 1 for branch TYPO3_8-7 of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/54667
Updated by Oliver Hader about 7 years ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset 88290dd4e9bdce329a93119d3ff8b39a5314f763.
Updated by Eike Starkmann almost 7 years ago
Stumbled over the same problem today after some debugging I found this patch. It works, thanks for the work.