Community
Participate
Working Groups
TaskListExternalizationParticipant.save() sets the dirty flag to false after completing saving of the task list. If a change is made to the task list data model while the task list is being saved or after it was saved and before the flag is set to false the change may not get saved. The flag needs to be set to false before the task list is saved.
Fixed along with the other save participants.