Bug #81820
closedImage link from link wizard can't be used in image VH anymore
100%
Description
In simple input fields you can select an image by using the link wizard (use case: in flexform sections you can't use a normal FAL relation because those are relations to a record and not a single field of a record). In TYPO3 v7 such a link had the form "file:<uid>" and this could be used in e.g. the src attribute of the image viewhelper.
In TYPO3 v8 such a link has the format "t3://file?uid=<uid>" and this is not supported by the pre-processing for the image viewhelper.
In the Extbase ImageService support for this can simply be added.
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/53423
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/53428
Updated by Jigal van Hemert over 7 years ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset 19a8f80a349dbaf0a4554346742ae700518b3349.