Skip to content
Snippets Groups Projects
Commit b2f06153 authored by Dominik Hahn's avatar Dominik Hahn Committed by Morton Jonuschat
Browse files

[BUGFIX] Add page uid of a content element to the link handler

Adds the page uid of a content element to the link handler
so that one can properly link to content elements on specific pages.

Resolves: #76760
Releases: master
Change-Id: Icdf38ced60e7127f3d2799f8ffa75f84b85c2754
Reviewed-on: https://review.typo3.org/48657


Tested-by: default avatarBamboo TYPO3com <info@typo3.com>
Reviewed-by: default avatarMarkus Klein <markus.klein@typo3.org>
Tested-by: default avatarRiccardo De Contardi <erredeco@gmail.com>
Reviewed-by: default avatarMorton Jonuschat <m.jonuschat@mojocode.de>
Tested-by: default avatarMorton Jonuschat <m.jonuschat@mojocode.de>
parent 1299f00f
Branches
Tags
No related merge requests found
......@@ -25,7 +25,7 @@
<span class="list-tree-group">
<span class="list-tree-icon">{content.icon -> f:format.raw()}</span>
<span class="list-tree-title">
<a href="#" class="t3js-pageLink" data-id="{pageId}" data-anchor="#{content.uid}">
<a href="#" class="t3js-pageLink" data-id="{activePage.uid}" data-anchor="#{content.uid}">
{content.title}
</a>
</span>
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment