Project

General

Profile

Actions

Bug #43799

closed

doNotLinkIt = 1 ignored with alternative language

Added by Gisèle Wendl over 11 years ago. Updated over 9 years ago.

Status:
Closed
Priority:
Must have
Assignee:
-
Category:
Frontend
Target version:
Start date:
2012-12-09
Due date:
% Done:

0%

Estimated time:
TYPO3 Version:
6.0
PHP Version:
5.4
Tags:
Complexity:
medium
Is Regression:
No
Sprint Focus:

Description

In TypoScript when building a HMENU often doNotLinkIt = 1 is used for the Menu item of the current page.

This works nice in default language but is broken when displaying the page in an alternative language.

You can observe the behaviour in the introduction package I installed on http://60.readysite.ch it's on page http://60.readysite.ch/examples/languages-characters/

The TypoScript is identical with template menu_defaults in the Introduction package, changed is this:

# Copy properties of normal to current state, and then add a CSS class for styling
CUR < .NO
CUR {
doNotLinkIt=1
ATagParams = class="selected"
}

I discovered the bug when migrating another site (which uses simulate_static) and reproduced it on the page http://60.readysite.ch/examples/languages-characters/, which uses real_url, see http://60.readysite.ch/index.php?id=25 or http://60.readysite.ch/index.php?id=25&L=1 as well.

Actions #1

Updated by Mathias Schreiber over 9 years ago

  • Status changed from New to Closed
  • Is Regression set to No

Works fine on 6.2 and master

Actions

Also available in: Atom PDF