Bug #103812
closedMissing link configuration in file/folder link result
100%
Description
Currently the FileOrFolderLinkBuilder
does not add the incoming link configuration to its LinkResult
. However, all other link builders do this via $linkResult->withLinkConfiguration()
. This limits the details e.g. AfterLinkIsGeneratedEvent
listeners have access to; in this case the original file cannot be retrieved anymore cleanly from the link configuration parameter
.
This should be fixed for consistency and to make said event more useful.
Updated by Gerrit Code Review 7 months ago
- Status changed from New to Under Review
Patch set 1 for branch main of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/84186
Updated by Gerrit Code Review 6 months ago
Patch set 1 for branch 12.4 of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/84195
Updated by Mathias Brodala 6 months ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset 33a20162b8498ec0ceb3d26168c6a0399b0b5555.