Bug #85586
closedtranslateElementError-ViewHelper does not work with TYPO3\CMS\Extbase\Error\Error
100%
Description
Under some circumstances an TYPO3\CMS\Extbase\Error\Error is rendered instead of an TYPO3\CMS\Extbase\Validation\Error, which is extending the Error\Error.
This is not supported. There are checks for Validation\Error to retrieve the code.
These circumstances are for example:
Non complete file uploads, e.g. to server settings and file size.
Non allowed mime type.
Updated by Daniel Siepmann over 6 years ago
The error was introduced in https://github.com/TYPO3/TYPO3.CMS/commit/70b8ffc06c68a21a5dc191d6b7f77b42092fc208 where Validation\Error is checked instead of Error\Error.
Updated by Gerrit Code Review over 6 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/57622
Updated by Gerrit Code Review over 6 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/57742
Updated by Daniel Siepmann over 6 years ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset 8c4abd657c50006dbb64b15ce18944c30e85e882.