I just fixed bugĀ https://bugs.edge.launchpad.net/gtg/+bug/529941
"subtask button creates two subtasks".
 The bug was caused by these two lines
  child_task.add_parent(parent_uid)
  parent_task.add_child(child_task.get_id())



question:
In my opinion, those lines  both do the same thing, which resulted in
having the subtask linked  to the parent twice. Am I correct, or I'm
missing something? I have yet to pick up fully the "best practices" to
follow after the refactoring.

_______________________________________________
Mailing list: https://launchpad.net/~gtg-contributors
Post to     : [email protected]
Unsubscribe : https://launchpad.net/~gtg-contributors
More help   : https://help.launchpad.net/ListHelp

Reply via email to