Closed (fixed)
Project:
Drupal core
Version:
4.7.0-beta1
Component:
book.module
Priority:
Critical
Category:
Bug report
Assigned:
Reporter:
Created:
9 Dec 2005 at 12:49 UTC
Updated:
1 Jan 2006 at 14:00 UTC
I didn't have the time to investigate deeper, but when you use the book structure admin interface (ie. /admin/node/book/...), weight mess the page order.
Comments
Comment #1
mansion commentedOh BTW, this is under PHP5, I haven't tested with PHP4.
Comment #2
puregin commentedCould you describe what you actually see, and what you expect to see?
Thanks, Djun
Comment #3
mansion commentedSorry, It thought that was obvious because you just have to use the interface to notice it's broken.
There seems to be a disconnection between nodes and pages once you submit a new weight selection. Page titles (actually node titles) are replaced by other nodes titles. So pages are not linked anymore to the node id they used to have (or so it seems).
It seems the update only takes care of one part of what it should do.
Comment #4
Wesley Tanaka commentedIt's not too clear from the description, but this might possibly be a duplicate of:
http://drupal.org/node/40587
Comment #5
mansion commentedNo, looking at book.module code, there is no 'execute' hook so it's not related.
Comment #6
Wesley Tanaka commenteddid you try the patch?
yes, book.module has no 'execute' hook. That was the problem fixed in the patch.
Comment #7
mansion commentedAs I said, it's not related...
Instead of continuously asking me questions, just try the book admin interface and see for yourself, we will all save time and you will figure it out instantly. Thanks.
Comment #8
mansion commentedLooks like it has been fixed in 4.7beta2
Comment #9
(not verified) commented