Actions
Bug #82052
closedForm exception breaks page module
Status:
Closed
Priority:
Must have
Assignee:
Category:
Form Framework
Target version:
Start date:
2017-08-07
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
8
PHP Version:
Tags:
Complexity:
Is Regression:
Sprint Focus:
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
.
Actions