chokkarg / worktime

Automatically exported from code.google.com/p/worktime
0 stars 0 forks source link

Sync cannot handle two or more tasks with same name for different project #196

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
During the synchronisation a lookup is performed for the task that is being 
synced and it's TR and projects.
However a task-lookup based on the name is done on all the tasks of the user. 
If at least one is found the first one is returned (also for the TR coupling!).

This is wrong because a user can have multiple tasks with the same name coupled 
to different projects. So the lookup on task by name should be done using the 
parent Project and not using the parent User.

Original issue reported on code.google.com by dirkvran...@gmail.com on 7 Mar 2013 at 1:22

GoogleCodeExporter commented 8 years ago

Original comment by dirkvran...@gmail.com on 7 Mar 2013 at 1:22