Bug #43799
closeddoNotLinkIt = 1 ignored with alternative language
0%
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.
Updated by Mathias Schreiber almost 10 years ago
- Status changed from New to Closed
- Is Regression set to No
Works fine on 6.2 and master