Bug #19077
closeddoNotLinkIt check for menu generation not checked before link generation
0%
Description
can cause issues with menu generation over diffrent rootlines.
But its also more a performance issue.
Index: class.tslib_menu.php
===================================================================
--- class.tslib_menu.php (revision 1202)
++ class.tslib_menu.php (revision 1218)@ -1598,8 +1598,9
@
// Make link tag
$this->I['val']['ATagParams'] = $this->WMcObj->getATagParams($this->I['val']);
$this->I['val']['additionalParams'] = $this->WMcObj->stdWrap($this->I['val']['additionalParams'],$this->I['val']['additionalParams.']);
- $this->I['linkHREF'] = $this->link($key,$this->I['val']['altTarget'],$this->mconf['forceTypeValue']); if (!$this>I['val']['doNotLinkIt']) {
+ $this->I['linkHREF'] = $this->link($key,$this->I['val']['altTarget'],$this->mconf['forceTypeValue']);
+ }
// Title attribute of links:
$titleAttrValue = $this->WMcObj->stdWrap($this->I['val']['ATagTitle'],$this->I['val']['ATagTitle.']).$this->I['accessKey']['alt'];
if (strlen($titleAttrValue)) {
(issue imported from #M8926)
Updated by Martin Kutschker over 16 years ago
You mean the link is always created but is discarded when doNotLinkIt is set? Can you make a patch for this?
Updated by Alexander Opitz over 11 years ago
- Status changed from New to Needs Feedback
- Target version deleted (
0)
The issue is very old, does this issue exists in newer versions of TYPO3 CMS (4.5 or 6.1)?
Updated by Alexander Opitz about 11 years ago
- Status changed from Needs Feedback to Closed
- Is Regression set to No
No feedback for over 90 days.