Skip to main content

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

When you save changes to an attribute locally this attribute will not get
updated from the server until it is submitted or outgoing changes are
cleared. Take a look at SubmitTaskJob.run(): After submitting a task to the
server taskDataManager.putSubmittedTaskData(task, updatedTaskData) is invoked
which updates the local copy of task data with the latest state from the
server.


Where is SubmitTaskJob.run() decleared? It is not in AbstractEditorPage, unless you meant SubmitTaskJobListener.run()!!

Best regards,
Avin


Back to the top