Hello,
after the update from 6.x-2.0-beta2 to 6.x-2.0-beta3 my breadcrumbs are gone.
I have the option "Set the home breadcrumb text on all pages" active and I have the empty value on "Home breadcrumb text" then in my custom bd i use Home only when i need.
In this way i can't see my breadcrumbs anymore, if I disable "Set the home breadcrumb text on all pages" all my bc come back, but i have the "Home" also in all other nodes when i don't need it.
Is a bug on beta3 or I have missing something?
Ciao
BES
| Comment | File | Size | Author |
|---|---|---|---|
| #2 | 794554_cb_preprocess_fix.diff | 1.75 KB | MGN |
Comments
Comment #1
MGN commentedThanks for the report. I've been able to confirm the problem and am working on a solution.
Comment #2
MGN commentedIt looks like the leading crumb was being removed twice. This path checks to see that the leading crumb really is the home breadcrumb before removal. Can you test this patch and see if it solves the problem?
Comment #3
MGN commentedCommitted to 6.x-2.x-dev for further testing. http://drupal.org/cvs?commit=370346
Comment #5
bessone commentedOh, thanks for the fix! I have been busy recently and I had not seen the update.