Bug #27099
HMENU.excludeUidList is not accounted for when determining if a submenu is available
| Status: | Accepted | Start date: | 2011-05-27 | |
|---|---|---|---|---|
| Priority: | Should have | Due date: | ||
| Assignee: | Jeff Segars | % Done: | 0% |
|
| Category: | - | |||
| Target version: | - | |||
| TYPO3 Version: | 4.6 | Complexity: | ||
| PHP Version: | ||||
| Votes: | 0 |
Description
HMENU.excludeUidList is used to exclude certain pages from menus and is read by tslib_menu->getBannedUids(). This getBannedUids() method is called when actually generating a menu, but is not accounted for when determining menu item states such as IFSUB, ACTIFSUB, and CURIFSUB. This means that IFSUB will trigger even if a page has no visible submenu because its subpages are part of HMENU.excludeUidList.
The solution is to add a check for getBannedUids() inside tslib_menu->isSubMenu().
History
Updated by Jeff Segars almost 2 years ago
- File 27099.diff added