In view class' member function get_breadcrumb() always set breadcrumb on every "Page" display type presentation, in spite if the "title" is missing. This cause an extra breadcrumb element, like this: » <a href="/taxonomy/term/all"></a> . What I recommend is to check the title is empty or not.

CommentFileSizeAuthor
view.inc_empty_breadcrumb.patch427 bytesaries

Comments

easp’s picture

I applied the patch and it works fine. It fixed my empty breadcrumbs using views with arguments. Nice work.

moshe weitzman’s picture

FYI, I am seeing this too, though it might be a symptom of the taxonomy term argument.

Slacky08’s picture

I was having the same problem, the node breadcrumbs worked fine, it was just on the taxonomy pages since I was using the Views Taxonomy Term override.

This patch fixed it perfectly :)

merlinofchaos’s picture

Status: Needs review » Fixed

Committed to -dev. Thanks!

Status: Fixed » Closed (fixed)

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