Bug #98108
closedRegression with nested parameter for typolink
0%
Description
Typolink change in https://review.typo3.org/c/Packages/TYPO3.CMS/+/74576
introduced a regression when handling nested parameter for typolink
for example:
'parameter.' => [
'cObject' => 'TEXT',
'cObject.' => [
'value' => 'https://typo3.com _blank some-class test-title' // or fetch data from some field in TYPO3 CE etc
],
]
Result is instead of href="https://typo3.com", whole typolink will be returned i.e. href="https://typo3.com _blank some-class test-title"
Same result when you would like use resultLast options "url" or "result".
Typolink is not properly parsed due to double quoting around typolink, therefore breaking parser of typolink.
Updated by Gerrit Code Review over 2 years ago
- Status changed from New to Under Review
Patch set 1 for branch 11.5 of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/75403
Updated by Christian Kuhn over 2 years ago
- Related to Bug #80896: TypolinkViewhelper with linkhandler ignores class attribute added
Updated by Christian Kuhn over 2 years ago
- Related to Bug #90404: Linkhandler removes all attributes set in fluid viewhelper if parameter uses stdWrap added
Updated by Oliver Hader over 2 years ago
- Status changed from Under Review to Resolved
Fixed with #97869