I have a sample book entitled Sample Book with the following pathauto-generated links:

http://localhost/drupal/en/books/sample-book

Within this book I have three sample book pages entitled Chapter I, Chapter II, and Chapter III. Ideally, pathauto should recognize the book hierarchy and generate the following links for these pages:

http://localhost/drupal/en/books/sample-book/chapter-i
http://localhost/drupal/en/books/sample-book/chapter-ii
http://localhost/drupal/en/books/sample-book/chapter-iii

However, pathauto has flattened the hierarchy by generating these links:

http://localhost/drupal/en/books/chapter-i
http://localhost/drupal/en/books/chapter-ii
http://localhost/drupal/en/books/chapter-iii

The bug should be fixed so that the parent book ("sample-book") is prefixed in the alias.

Comments

dave reid’s picture

Status: Active » Postponed (maintainer needs more info)

Hard to help you if we don't know the URL alias pattern you are using for your book pages.

dave reid’s picture

Status: Postponed (maintainer needs more info) » Fixed

Marking as fixed due to no response.

Status: Fixed » Closed (fixed)

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