This is a follow on from #680026: Custom Breadcrumbs doesn't work if view is provided a default argument - not a dupe because this is about tabbed views, not default arguments. post #4 in that issue raised the same problem though.

The issue is:
Custom Breadcrumbs works great on the views with tabs when one goes to the view URLs, but not when going to the default tab page. E.g. /myview/default-tab and /myview/othertab are fine, but the default page at /myview has no custom breadcrumbs.

Comments

brunorios1’s picture

Priority: Normal » Major

subscribe

qasimzee’s picture

Version: 6.x-2.0-rc1 » 7.x-2.x-dev

Same is the issue with D7

fengtan’s picture

Hmm... I could not reproduce the problem. Maybe you can upload a detailed testing plan or a few screenshots ?

Basically I was able to set up a view that uses an argument (like /my-view/%). Letting the view use the default argument (i.e. going to /my-view/) did not create any issue with the breadcrumb.

I had the test on D7.