Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[mylyn-integrators] "Task has incoming changes" and "clear outgoing"?

Hello,
 
I have two question that are related to the synchronization
 
1. When I update some field in my taskEditor and click to save my changes, the taskData are written back to the server successfully. However, when I, later, make changes on the data in that specific filed in the server, no matter how many times I synchronize or restart my editor or even my plugin, this field does not get updated even though the new data is retrieved from the server correctly. Now the only way to make a successfull synchronization is to click on "clear outgoing". Is this a bug or is there a way I can fix this? My guess is that it has something to do with the synchronization state, but I could not find a way to change the synchronization state in doSave(), and I am not even sure if doSave() is the appropriate place to do that!!
 
2. When I update a task through the taskEditor and then synchronize, a clickable text shows on top in the editor saying "Task has incoming changes". When clicking on this text the method doSave() is invoked. This method writes the taskData back to the server which contradicts what the message is saying. So my question is: Is there a way to reverse the action taken when "Task has incoming changes" is clicked? In which class is this specified?
 
Thank you in advance
Avin

Back to the top