Actions
Bug #58792
closednext in Menu is not working as expected with localizations
Start date:
2014-05-14
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
6.2
PHP Version:
5.5
Tags:
Complexity:
easy
Is Regression:
No
Sprint Focus:
Description
Imagine you have the following pagetree:
1 - en / de 2 - en / de 3 - en 4 - en 5 - en / de
and a menu like this:
http://docs.typo3.org/typo3cms/TyposcriptReference/ContentObjects/Hmenu/Index.html
xxx = HMENU xxx.special = browse xxx.special { items = index|up|next|prev items.prevnextToSection = 1 index.target = _blank index.fields.title = INDEX index.uid = 8 }
If you visit page 2 in englisch everything is fine, but if you visit page 2 in german there will be no next entry, as the entry added to the menu is hidden due to localization
Actions