Closed (duplicate)
Project:
Drupal core
Version:
7.x-dev
Component:
menu system
Priority:
Normal
Category:
Bug report
Assigned:
Issue tags:
Reporter:
Created:
20 Jan 2010 at 00:16 UTC
Updated:
25 Jan 2010 at 02:35 UTC
Jump to comment: Most recent file
Comments
Comment #1
bdragon commentedchx pointed out in IRC that we didn't need the query builder in the first place.
Also, I'm more sure of myself this time around. Let's see what the tests say.
Comment #2
carlos8f commentedCan you point out the pages that are broken? Let's write some tests.
Comment #3
chx commentedI would think this is a duplicate of #520106: Allow setting the active menu trail for dynamically-generated menu paths.
Comment #4
bdragon commentedSorry about that, had a power outage for something like an hour right as I was finishing up typing this, and had to shut down my network completely because I didn't have the battery power to keep it up for that long.
--
Anything that has a wildcard in the path that doesn't have a seperate menu_link for the exact path being requested was resetting the breadcrumb to "Home" due to not being able to find the active menu.
For example, listing terms in a vocabulary. (admin/structure/taxonomy/1 after creating a vocabulary)
Before patch:
After patch:
Comment #5
bdragon commentedWriting tests now.
Comment #6
Nick Lewis commentedThis is actually a dup of #576290: Breadcrumbs don't work for dynamic paths & local tasks which solves this issue along with a whole slew of other ones.