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
Comment #1
dave reidHard to help you if we don't know the URL alias pattern you are using for your book pages.
Comment #2
dave reidMarking as fixed due to no response.