I've created a nested structure of project type tasks like:

Create Conference
---Program
---Communication
---Logistics
------Facility
------Housing
------Food
------Transport

All task nodes are correctly nested and display their subtasks correctly when visited directly. However, at the top level page (create conference) the table shows links for expand. I am expecting that they should expand the hierarchical display of the subtasks for the particular parent tasks

Is this incorrect? If so, what is the function of the expand link?
If not, what might I be doing wrong that it isn't displaying?
Is there an admin/configuration page anywhere that allows some control?

My system info

Drupal 5.7
Configuration file Protected
Cron maintenance tasks Last run 2 weeks 18 hours ago
You can run cron manually.
Database schema Up to date
File system Writable (public download method)
MySQL database 5.0.45
Organic groups modules Organic groups works best when job_queue.module.module is enabled. See the Integration section of the README file.
PHP 5.0.5
PHP register globals Disabled
Unicode library PHP Mbstring Extension
Web server Apache/1.3.37 (Unix) mod_choke/0.07 mod_auth_passthrough/1.8 mod_log_bytes/1.2 mod_bwlimited/1.4 mod_ssl/2.8.28 OpenSSL/0.9.7a PHP-CGI/0.4mm

Thanks so much in advance

Comments

moonray’s picture

Category: bug » feature

The expand link is to show the detailed information (or body) of the task, as inherited by the tasks module.
There is currently no option to enable what you describe. I've changed this post to a feature request. Any patches are welcome.

p.s.
This might be better implemented in the tasks module.