Actions
Bug #17904
closedshowAccessRestrictedPages does not work with special menus
Status:
Closed
Priority:
Should have
Assignee:
-
Category:
TypoScript
Target version:
-
Start date:
2007-12-11
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
4.1
PHP Version:
4.3
Tags:
Complexity:
Is Regression:
No
Sprint Focus:
On Location Sprint
Description
A menu of type special * does not list acces restricted pages, even though showAccessRestrictedPages has been configured on the menu.
Below a TS snippet to repoduce.
This bug is similar to http://bugs.typo3.org/view.php?id=4754 . 4754 is more specific, but due to the same problem.
temp.countrydropdown = HMENU
temp.countrydropdown {
special = directory
special.value = 18
wrap = <div>|</div>
1 = JSMENU
1 {
showAccessRestrictedPages = 5864
target = _top
firstLabelGeneral = Choose Country
}
}
(issue imported from #M6922)
Actions