Bug #103004
closedTMENUITEM cObject no longer has access to linked page
0%
Description
The docs still state:
The current record is the page record of the menu item. If you would like to get data from the current menu item's page record, use stdWrap.data = field : [field name].
at https://docs.typo3.org/m/typo3/reference-typoscript/12.4/en-us/MenuObjects/Tmenuitem/Index.html which worked in v10.
But this doesn't seem to work in v12 anymore.
Given the following TypoScript the data is resolved to the actual content element, not the menu page entry.
tt_content.menu_subpages { 20 { 1.NO.ATagTitle > 1.NO.ATagParams { cObject = COA cObject { 10 = TEXT 10 { typolink { parameter.field = uid returnLast = url } noTrimWrap = |onclick="econdaTrackMarker('footer|');" | } 20 = TEXT 20 { typolink { parameter.field = uid returnLast = url } wrap = data-tracking-marker="footer|" } 30 = TEXT 30 { wrap = data-qa="|" field = tx_e2core_qa_identifier required = 1 } } stdWrap { replacement { 1 { search = .html replace = } } } } } }
Updated by Gerrit Code Review 10 months ago
- Status changed from New to Under Review
Patch set 1 for branch main of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/82754
Updated by Gerrit Code Review 10 months ago
Patch set 2 for branch main of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/82754
Updated by Daniel Siepmann 9 months ago
- Is duplicate of Bug #101883: TypoScript Issue between v11 and v12 added
Updated by Daniel Siepmann 9 months ago
- Status changed from Under Review to Closed
Closed as duplicate of https://forge.typo3.org/issues/101883
Updated by Daniel Siepmann 5 months ago
- Related to Bug #104335: Broken state in case of Exception during link building in Menus added