← Back to team overview

gtg team mailing list archive

Re: [Bug 592445] Re: Task count incorrect due to not including grand-children

 

On Sat, Jul 17, 2010 at 11:46:55PM -0000, Chris Johnston wrote:
> Bryce, I'm running the daily build, and not able to reproduce.. I have
> great great grandchildren (A, B, C, D, E levels) and it counts
> correctly.

If it matters, I see some errors in the console when starting up gtg
trunk:

chideok:~/src/gtg/gtg$ ./gtg
*** Task id 1571@1 has parents but is not in virtual root
*** Task id 1571@1 has parents but is not in virtual root
*** Task id 1817@1 has parents but is not in virtual root
*** Task id 1817@1 has parents but is not in virtual root
*** Task id 1817@1 has parents but is not in virtual root
*** Task id 1817@1 has parents but is not in virtual root
*** Task id 148@1 has parents but is not in virtual root
*** Task id 148@1 has parents but is not in virtual root
*** Task id 148@1 has parents but is not in virtual root
*** Task id 817@1 has parents but is not in virtual root
*** Task id 8f2ea950-3497-43d2-8cc9-892ee5c66487 has parents but is not
in virtual root

-- 
Task count incorrect due to not including grand-children
https://bugs.launchpad.net/bugs/592445
You received this bug notification because you are a member of Gtg
contributors, which is subscribed to Getting Things GNOME!.

Status in Getting Things GNOME!: New

Bug description:
Yet another incorrect counting bug.  :-)
But this time it seems pretty obvious what's going on.

A 55
 +-> B 70
  +-> C 46

It looks like the items in C are not being included in the count for A, but they do get included for B.  So for whatever reason, tag task counts are including the counts of tasks in sub-tags but not sub-sub-tags.





References