Bug #87042
closedSingle errors from FileSizeValidator could not be translated
100%
Description
One could get three different errors from the FileSizeValidator.
They could only translated with a shared error code.
Reason:
The error code gets lost in UploadedFileReferenceConverter and is "replaced" by a general TypeConverterException code.
Updated by Gerrit Code Review almost 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/58996
Updated by Gerrit Code Review almost 6 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/58996
Updated by Gerrit Code Review almost 6 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/58996
Updated by Gerrit Code Review almost 6 years ago
Patch set 1 for branch 9.5 of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/59408
Updated by Marc Bastian Heinrichs almost 6 years ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset b5903a087f9442f216310d791dd9641ee7e1a28d.
Updated by Jarvis H over 5 years ago
- Related to Bug #88022: Arguments not passed or replaced in FileSize validator error message added