Closed (cannot reproduce)
Project:
Panels
Version:
6.x-3.8
Component:
Panel pages
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
24 Oct 2010 at 16:49 UTC
Updated:
23 Apr 2012 at 21:41 UTC
If I overload a node/user/term display with a panel page, I get the correct breadcrumb from my active menu trail. However, if I create a simple panel page with no node/user/term context, the breadcrumb is not set. In other word, even if the page has an active menu item in my menu block, the breadcrumb is not set.
After a quick debugging session, I've noticed that drupal_set_breadcrumb() is never called, which explains why the breadcrumb is not set. Nonetheless, I'm kind of stuck now, I don't know at what level the breadcrumb must be set.
Comments
Comment #1
wjaspers commentedThe built-in "breadcrumb" pane doesn't work at all.
You can add it to any panel you want, but it won't display.
Issue still exists in 6.x-3.8.
Comment #2
Renee S commentedSubscribe.
Comment #3
Renee S commentedNot only this, by the way, but calling drupal_set_breadcrumb($array) doesn't work either when I try to call it from my template.php for Panels pages. Works for everything else.
Comment #4
Letharion commentedI'm not sure how this is supposed to work, so I need to ask merlin to step in. Can someone please verify this exists in a never Panels version, 6 or 7? If so I'll assign the issue to merlin and we'll get this sorted out. :)
Comment #5
Letharion commentedComment #6
esmerel commented