Hello!

The customs breadcrumb doesn't seem to work properly if a view is provided a default argument (or possibly if it is provided an incomplete number of arguments).

I have a page view that takes two arguments: a node ID and a taxonomy term. If there is no taxonomy term provided, I give a default argument ('overview'). When I go to the page with both arguments provided (product/70/history), the breadcrumb works correctly. If I go to the page with only one argument provided (product/70), it does not. Note that providing the default argument in the URL makes the breadcrumb display correctly (product/70/overview).

I thought I would bring this to your attention for a future patch.

Comments

MGN’s picture

Assigned: Unassigned » MGN

Thanks for reporting this. I've been able to verify the bug and believe I have found a solution. I am going to test it on a couple of sites to be sure, then I'll post a patch if it works.

jratrw’s picture

I am having the same issue with a calendar view. Arguments are nid and a date, with the date defaulting to now. My custom breadcrumbs do not work unless the date is specified.

MGN’s picture

Status: Active » Fixed

A fix for this has just been committed to 6.x-2.x-dev.

ppcc’s picture

I'm having a related problem, though I'm using the latest 6.x-2.x-dev from Jan 20.

I'm using views tabs, the default tab doesn't display the breadcrumb correctly, but breadcrumbs on the other tabs work as expected.

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.

jim kirkpatrick’s picture

@ppcc: I share your issue, please see #1205274: Default tab view not getting custom breadcrumbs for more.