Hi,

In my site, I have a views with title 'My articles' and there are many articles under this views.
Path of views is '/articles'. When I navigate to the views, I get breadcrumb 'Home >> My Articles' and this is good. But when I navigate to one of the article in the views, my breadcrumb is 'Home >> Articles >> article1'. So, it is not retrieving actual title of views. Is there any way to get actual title in later case also?

Thank you.

Comments

greg boggs’s picture

Clearly a bug. Looking into it.

gboggs’s picture

Status: Active » Needs review
StatusFileSize
new1.48 KB

Loading the view page title would require loading the view. Loading a view can be potentially VERY expensive for building a breadcrumb. So, Instead, I loaded the item title from the menu router.

What that means is, if you set a menu link to any menu for the view (including a hidden menu) then that menu text will be used for the breadcrumb text with this patch:

sonemonu’s picture

Assigned: Unassigned » sonemonu
Priority: Major » Normal
Status: Needs review » Closed (fixed)