Needs review
Project:
Menu Trails
Version:
6.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Task
Assigned:
Unassigned
Reporter:
Created:
10 Apr 2010 at 17:25 UTC
Updated:
10 Apr 2010 at 18:28 UTC
Jump to comment: Most recent file
Offshoot of #560482: Consider merging with menu_breadcrumb.
Currently Menutrails sets a breadcrumb for Views page displays based on the page's menu item (if any).
As reported in #702350: Page title is always included in the breadcrumb for node not processed by menutrails, this functionality is broken because the breadcrumb generated by menutrails_get_breadcrumb() includes the current page (since it's designed to find parents of a node).
In any case, menu-based breadcrumb setting is outside the main focus of menutrails and probably better left to the Menu breadcrumb module.
| Comment | File | Size | Author |
|---|---|---|---|
| #1 | 767558-1-menutrails-remove-views-breadcrumb.patch | 874 bytes | nedjo |
Comments
Comment #1
nedjoPatch attached.
Comment #2
nedjoViews page display breadcrumb setting is currently broken in menu_breadcrumb, see #275622: Doesn't work for Views pages, but that doesn't really alter the basic point that that is the better home for this breadcrumb setting.
Comment #3
sunThis code and feature was introduced in #340725: Views integration. If we want or need to revert it for whatever reason, then we probably should discuss and do that in the original issue.