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 _______________________________________________ mylyn-integrators mailing list [email protected] https://dev.eclipse.org/mailman/listinfo/mylyn-integrators
