Bug #96132
closedCopying a content element in the backend fails without showing an error
100%
Description
If a content element contains child records of a different table,
and an error occurs when copying these children, the error isn't shown in the backend.
Imagine a misconfiguration of the sub-table where a UNIQUE INDEX is set on a column.
FormEngine can't make a copy of these records, because the unique index is preventing it.
An invisible error is thrown in the ajax request:
PHP Warning: Undefined array key "NEW0123456789abcdef" in typo3\sysext\core\Classes\DataHandling\DataHandler.php line 3691
Updated by Gerrit Code Review almost 3 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/+/72350
Updated by Gerrit Code Review almost 3 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/+/72350
Updated by Gerrit Code Review over 2 years ago
Patch set 1 for branch 11.5 of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/74988
Updated by Robert Kärner over 2 years ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset 861f6a4c35f8371312e749e4c74a97bc3f71822c.