GTG

Comment 5 for bug 583330

Revision history for this message
Lionel Dricot (ploum-deactivatedaccount) wrote :

I see a lot of bugs related to task count. Correct me if I'm wrong :

1) every task count is related to a FilteredTree
2) FilteredTree provides get_nodes_count which, according to my tests, is always right

Thus, I think that we should ensure that our task count is coming from FilteredTree and not from a random local way of counting.

Mmmm, not so sure anymore about 1). Do we create the FilteredTree only when clicking on a specific tag ? Thus, it might be a bad idea to create at start a FilteredTree for every tag. It also means that every FilteredTree instance is updated whenever something change…