Closed (duplicate)
Project:
Tasks Configuration Kit
Version:
master
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
22 May 2006 at 17:39 UTC
Updated:
14 May 2009 at 04:34 UTC
There is a "add child page" link below every task, if book.module is enabled.
Comments
Comment #1
twohills commented+1 here
Comment #2
twohills commentedit is because book.module uses
if ($type == 'node' && isset($node->parent)) {to test whether this is a book page and the links should be added. Unfortunately task.module uses a $node->parent field too. Only fix i can see is to rename parent to something else in task.moduleComment #3
moonray commentedDuplicate of #128552.
Comment #4
vignesh_89 commentedhi i'm new to drupal....i couldn't get the "add child page" menu after creating my page....could any1 plz help me out with it.....