Actions
Bug #14891
closedsys_page->getMenu ignores 'Hide in Menu' flag
Start date:
2005-07-31
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
3.8.0
PHP Version:
4
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
If you set the 'Hide in Menu' flag for a page, the call :-
$GLOBALS['TSFE']->sys_page->getMenu($menuPid);
will still return the information for that page. Hiding the page via other methods works fine, though.
The easiest way to replicate this is to create a new 'sitemap' FE plugin via the kickstarter, as the sample code produced uses this function.
(issue imported from #M1325)
Actions