Actions
Bug #17400
closedsection menu includes pages with raised "hide in menu" flag
Start date:
2007-06-19
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
PHP Version:
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
The function getMenu (show.LxALLtypes=0) does not exclude pages with raised "hide in menu" flags, but it does exclude pages of type 5.
A bit odd because getMenu uses the standard menu functions unless show.LxALLtypes=1 is set. OTOH initialize() definitely only checks for type 5.
(issue imported from #M5822)
Files
Updated by Andy Grunwald almost 16 years ago
This issue is combined with #7370
// Edit: Patch applied and postet at core list
Updated by Jeff Segars over 15 years ago
Committed v2 patch to 4.2 in r5133 and trunk in r5134.
Actions