Posted by portulaca on September 24, 2008 at 9:21pm
Jump to:
| Project: | Menu Breadcrumb |
| Version: | 6.x-1.1 |
| Component: | Code |
| Category: | bug report |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | closed (won't fix) |
Issue Summary
When you go to, for example:
Home › Administer › Content management › Content types
and select "Add content type" tab the Breadcrumb turns into:
Home › Administer › Content management › Content types › Content types
The last crumb duplicates its content from the previous crumb when a tab is selected (not the first tab usually).
Expected behaviour: When a tab is selected the last crumb should use the tab link text.
When the first of the tabs is active by default (I think that's usually the case, I'm not sure if it's always like that) Drupal doesn't change the link of the page, and it makes sense not to change the breadcrumb in that case eather.
Comments
#1
That is because the page titles for both admin/content/types and admin/content/types/add are both "Content Types".
Menu Breadcrumb is correctly using the page titles for these two pages.
#2
Duplicate of #376758: Menu local task title..