near line 362:
$tree = menu_tree_all_data($node->book['menu_name'], $node->book);

Should be:
$tree = menu_tree_all_data($node->book['menu_name']);

This loads the full book tree.

Comments

frjo’s picture

Assigned: Unassigned » frjo
Status: Patch (to be ported) » Fixed

Committed, thanks!

Status: Fixed » Closed (fixed)

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

petergus’s picture

Issue summary: View changes

Seven year old thread, found by googling my problem. This same string popped back up in the drupal 8 book navigation block. Follow here for hopefully a solution.