Closed (duplicate)
Project:
Drupal core
Version:
7.x-dev
Component:
menu system
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
1 Nov 2009 at 17:26 UTC
Updated:
17 Mar 2015 at 05:01 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
mooffie commentedHere's a patch.
The effect of the bug is somewhat wider than described above. Descriptions set in hook_menu() too are ignored. In fact, everything else stored in the 'options' parcel (which gets massaged into 'localized_options') gets ignored.
(As for a testcase, I'll later extend the one attached to another menu.inc issue.)
(Note: The Toolbar module too doesn't show menu-item descriptions. But its bug isn't related to this one. Whatever, since the toolbar's code is undergoing overhaul it's pointles to discuss this now.)
Comment #2
Shai commentedI applied this patch on a HEAD install of D7 from today. It installed cleanly but reported an offset of 8 lines.
The patch fixed the problem I had reported.
Go @mooffie!
Shai
Comment #3
MichaelCole commented#1: fix_menu_link_options.diff queued for re-testing.
Comment #5
dcam commentedThis issue was fixed sometime in the past. The changes from #1 were made to D7 by some other patch.