Bug #82052
closedForm exception breaks page module
100%
Description
If a form is selected and renamed afterwards, the page module breaks due to a TYPO3\CMS\Form\Mvc\Configuration\Exception\NoSuchFileException
being thrown.
The FormPagePreviewRenderer
catches instances of TYPO3\CMS\Core\Error\Exception
but TYPO3\CMS\Form\Exception
only extends \Exception
.
Updated by Gerrit Code Review over 7 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/53651
Updated by Gerrit Code Review over 7 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/53651
Updated by Gerrit Code Review over 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/53675
Updated by Mathias Brodala over 7 years ago
- Status changed from Under Review to Resolved
- % Done changed from 50 to 100
Applied in changeset 929c02c7fc6b4d0740f823e5a3a876d01fb9a081.