From: Antonio Larrosa (antlarr_at_tedial.com)
Date: Fri Mar 24 2006 - 13:42:33 CET
From: Antonio Larrosa <antlarr@tedial.com> Message-ID: <1a27.4423e938@www.taskjuggler.org> Date: Fri, 24 Mar 2006 13:42:33 +0100 (CET) Subject: [taskjuggler-devel] problem with hidetask and sorttasks
Hi,
I was going to report a bug about hidetask ~isleaf() not working correctly when I noticed something "curious".
If I use:
htmlresourcereport "Staff-Details-Plan.html" {
columns name, daily, effort
scenarios plan
hidetask ~isleaf()
}
then hidetask doesn't do anything and just every task is shown.
if I use "hidetask isleaf()" then every task is hidden and it only shows the resources. So it seems isleaf is always true.
What I found is that if I add "sorttasks nameup" to the htmlresourcereport, then it works as expected. Of course, that fixes the problem for me, but I wanted to tell you just in case nobody else noticed.
Greetings,
-- To unsubscribe, email: taskjuggler-devel-unsubscribe@suse.com For additional commands, email: taskjuggler-devel-help@suse.com
This archive was generated by hypermail 2.1.7 : Fri Mar 24 2006 - 13:42:36 CET