Issue status update for http://drupal.org/node/19754 Project: Drupal Version: cvs Component: book.module Category: feature requests Priority: critical Assigned to: Anonymous Reported by: rivena Updated by: rivena -Status: closed +Status: active "I may be confused but think that this feature is already there. If I have a page A that is parent to B and child to C, B will still be child to A after making A child of D instead of C. Please re-open if I am wrong. " Your situation is this: Original:
C
A
B After making A child of D: C D A B What we would like to be able to do is: Original setup A 1A 2A B 1B 2B 3B We think that really, 2B and 3B really belong in A, not B, so, in one operation, we want to move those two pages to go under A. After change: A 1A 2A 2B 3B B 1B In Drupal now, you would have to do it seperately. I am pretty sure this is true, other wise someone would've said something when we discussed it originally. :) Anisa.
rivena Previous comments: ------------------------------------------------------------------------ March 31, 2005 - 23:01 : rivena As discussed on the docs list, a feature to move multiple book pages to another place in the book is pretty essential. Marked critical because we'd like to see it for the new handbook. :) Please see the docs list discussion for more details. (somewhere around here: http://lists.drupal.org/archives/drupal-docs/2005-03/msg00295.html) Anisa. ------------------------------------------------------------------------ April 1, 2005 - 01:53 : killes@www.drop.org I may be confused but think that this feature is already there. If I have a page A that is parent to B and child to C, B will still be child to A after making A child of D instead of C. Please re-open if I am wrong.