Bug #80373
closedEpic #78916: ext:rte_ckeditor
href contains t3:// protocol
100%
Description
This is a followup for #79896
After updating to latest master (4e4beb), I get two href-attributes when outputting links using parseFunc_RTE:
<a href="/leistungen/" href="t3://page?uid=16" class="internal-link">
This happens because of
ATagParams.data = parameters:allParams
parameters:allParameters also contains the original href.
Updated by Riccardo De Contardi over 7 years ago
- Category set to RTE (rtehtmlarea + ckeditor)
Updated by Benni Mack over 7 years ago
Example:
lib.parseFunc_RTE.tags { a = TEXT a { current = 1 typolink { parameter.data = parameters:href title.data = parameters:title ATagParams.data = parameters:allParams target.data = parameters:target extTarget = {$styles.content.links.extTarget} extTarget.override.data = parameters:target } } } page.3 = TEXT page.3.value = Nice <a href="t3://page?uid=87">Overview</a> from here. page.3.parseFunc < lib.parseFunc_RTE
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/52323
Updated by Gerrit Code Review over 7 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/52323
Updated by Gerrit Code Review over 7 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/52323
Updated by Gerrit Code Review over 7 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/52323
Updated by Benni Mack over 7 years ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset 8687bab5312b9bd7136adbbf9b1015fbc59b6324.