Bug #89521
closedtypolink in ATagParams modifies original URL
100%
Description
When you generate a link in the stdWrap
config of ATagParams
of a typolink
, the original link is replaced with the one generated for the ATagParams
.
An example:
page = PAGE
page.10 = TEXT
page.10.typolink.parameter = <some_id>
page.10.typolink.ATagParams.outerWrap = data-some-other-url="|"
page.10.typolink.ATagParams.cObject = COA
page.10.typolink.ATagParams.cObject {
10 = TEXT
10.typolink.parameter = <some_other_id>
10.typolink.returnLast = url
stdWrap.htmlSpecialChars = 1
}
Expected output:
<a href="/some-id" data-some-other-url="/some-other-id">Some ID</a>
Current output:
<a href="/some-other-id" data-some-other-url="/some-other-id">Some ID</a>
Updated by Gerrit Code Review about 5 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/c/Packages/TYPO3.CMS/+/62126
Updated by Gerrit Code Review about 5 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/c/Packages/TYPO3.CMS/+/62126
Updated by Gerrit Code Review about 5 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/c/Packages/TYPO3.CMS/+/62126
Updated by Gerrit Code Review about 5 years ago
Patch set 4 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/62126
Updated by Gerrit Code Review about 5 years ago
Patch set 5 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/62126
Updated by Gerrit Code Review about 5 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/c/Packages/TYPO3.CMS/+/62070
Updated by Alexander Stehlik about 5 years ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset ddd4310ebabf697a14a8fd0fdfb60f911e579caf.