Closed (fixed)
Project:
Drupal core
Version:
7.x-dev
Component:
book.module
Priority:
Normal
Category:
Bug report
Assigned:
Reporter:
Created:
23 Mar 2009 at 13:18 UTC
Updated:
26 Apr 2009 at 03:19 UTC
Jump to comment: Most recent file
Now that hook_node_view lost $page as argument the breadcrumbs are not shown. I use menu_get_object instead of $page now and also removed $page from function book_node_view_link().
Including a test for the breadcrumb.
| Comment | File | Size | Author |
|---|---|---|---|
| #2 | boek-brood-2.patch | 2.76 KB | desbeers |
| boek-brood-1.patch | 2.77 KB | desbeers |
Comments
Comment #2
desbeers commentedDon't know why the test failed suddenly; it passed before and nothing has changed after a reroll.
Anyway, new patch attached.
Comment #4
desbeers commentedFixed in #444920: Book breadcrumbs are broken