Project

General

Profile

Actions

Bug #98108

closed

Regression with nested parameter for typolink

Added by Tomek W over 1 year ago. Updated over 1 year ago.

Status:
Closed
Priority:
Should have
Assignee:
-
Category:
Link Handling, Site Handling & Routing
Target version:
Start date:
2022-08-09
Due date:
% Done:

0%

Estimated time:
TYPO3 Version:
11
PHP Version:
7.4
Tags:
Complexity:
Is Regression:
Yes
Sprint Focus:

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.


Related issues 2 (0 open2 closed)

Related to TYPO3 Core - Bug #80896: TypolinkViewhelper with linkhandler ignores class attributeClosed2017-04-19

Actions
Related to TYPO3 Core - Bug #90404: Linkhandler removes all attributes set in fluid viewhelper if parameter uses stdWrapClosed2017-04-202017-04-20

Actions
Actions #1

Updated by Oliver Hader over 1 year ago

Probably same as #98065 and #97869

Actions #2

Updated by Gerrit Code Review over 1 year 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

Actions #3

Updated by Christian Kuhn over 1 year ago

  • Related to Bug #80896: TypolinkViewhelper with linkhandler ignores class attribute added
Actions #4

Updated by Christian Kuhn over 1 year ago

  • Related to Bug #90404: Linkhandler removes all attributes set in fluid viewhelper if parameter uses stdWrap added
Actions #5

Updated by Oliver Hader over 1 year ago

  • Status changed from Under Review to Resolved

Fixed with #97869

Actions #6

Updated by Benni Mack over 1 year ago

  • Status changed from Resolved to Closed
Actions

Also available in: Atom PDF