Bug #71719
closedStory #69617: FormEngine bugs
IRRE: child not found (only an issue without multiple childs possilbe) or combination child not found results in exception
100%
Description
Currently if a child or combination child is not found it results in a
TYPO3\CMS\Backend\Form\Exception\DatabaseRecordException
which is OK in general as it comes from the DatabaseEditRow dataprovider (normally rows exist for, otherwise there is not EDIT button).
However, in case of childrecords the exception should be caught instead and the child shouldn't be rendered.
Updated by Christian Kuhn about 9 years ago
- Assignee deleted (
Christian Kuhn) - Target version changed from 7.6.1 to Candidate for patchlevel
- Parent task set to #69617
Updated by Christian Kuhn over 8 years ago
confirmed:
- ext:styleguide with data generator
- page: inline usecombination
- delete the second record "Form engine - inline use combination child"
- open record "Form engine - inline use combination" -> exception
Updated by Gerrit Code Review over 8 years ago
- Status changed from New to Under Review
Patch set 1 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/47959
Updated by Gerrit Code Review over 8 years ago
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/47959
Updated by Gerrit Code Review over 8 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/47959
Updated by Gerrit Code Review over 8 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/47959
Updated by Christian Kuhn over 8 years ago
- Sprint Focus set to Stabilization Sprint
Updated by Christian Kuhn over 8 years ago
- Target version changed from Candidate for patchlevel to 8.1
Updated by Gerrit Code Review over 8 years ago
Patch set 1 for branch TYPO3_7-6 of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/47969
Updated by Christian Kuhn over 8 years ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset 5ccdeb32d3bfc1d94e40a8b9881bb048bbf72a1f.
Updated by Riccardo De Contardi over 7 years ago
- Status changed from Resolved to Closed