Closed (duplicate)
Project:
Drupal core
Version:
7.x-dev
Component:
menu system
Priority:
Critical
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
22 Jan 2010 at 20:06 UTC
Updated:
22 Jan 2010 at 23:39 UTC
Jump to comment: Most recent file
Comments
Comment #1
dave reidAlso note how the tabs disappeared on the second/callback screenshot.
Comment #2
mcarbone commentedHuh, I'm not getting the tabs either way on a fresh install, but I can confirm the breadcrumb problem. Also, I don't see in the menu code where the "Patterns" and "Settings" tabs come from -- what path do they go to for you?
Comment #3
dave reidIt's an experimental version of pathauto for D7 I'm working on. I'll try and find an example of just core code that this happens on with tabs disappearing.
Comment #4
mcarbone commentedThe tab thing I think you might want to put in a separate issue anyway. The breadcrumb problem I'm pretty sure is unrelated, and it is very widespread (when editing vocabs, terms, menu items, etc.).
It's looking like it's happening because when menu_set_active_trail queries the menu_links table, it's searching that table for the menu being used using the full qualified path, e.g., "admin/config/search/path/edit/1", which of course is not going to return a result from that table. This is probably an issue for a menu guru, but I'm still digging for the fun of it.
Comment #5
dave reidGah, found the original issue at #576290: Breadcrumbs don't work for dynamic paths & local tasks
Comment #6
mcarbone commentedThis simple fix seems to resolve the breadcrumb problem and a manual test looks good. Let's see how the testing bot does.
Comment #7
mcarbone commentedAh. Heh.