Closed (fixed)
Project:
MenuTree
Version:
5.x-1.0
Component:
Code
Priority:
Critical
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
2 Oct 2007 at 15:48 UTC
Updated:
1 Nov 2007 at 16:31 UTC
Jump to comment: Most recent file
The 'sitemap' functionality of the module provided by menutree_display() is buggy in that it does not display a fully-expanded version of the menu, as the function comment specifies. The function is a near-direct copy of menu_tree() that is meant to always output a menu item visible to the user, even if it is not in the breadcrumb or not expanded.
The problem is that menutree_display() calls theme('menu_tree') which in turn calls the original menu_tree() function, which does not display non-expanded menu subtrees.
-- telcontar
| Comment | File | Size | Author |
|---|---|---|---|
| #2 | menutree-5.x-1.0.patch | 2.2 KB | telcontar |
Comments
Comment #1
telcontar commentedSelected wrong branch, it does not seem to apply to the dev branch. Could you do a new non-development release with this bug fixed? :-)
-- telcontar
Comment #2
telcontar commentedI'm posting my patch in case there's anyone else affected by this issue who doesn't want to use the development branch.
-- telcontar
Comment #3
Crell commentedI just tagged a 1.1 release that has the bug fix in it. Please use that instead. Thanks!
Comment #4
(not verified) commented