TSK-1143 UpdateTask with Planned sometimes fails

This commit is contained in:
BerndBreier 2020-02-28 10:45:51 +01:00
parent df31b8f8ce
commit 7352a8a728
1 changed files with 1 additions and 0 deletions

View File

@ -1672,6 +1672,7 @@ public class TaskServiceImpl implements TaskService {
throw new InvalidStateException(
String.format(TASK_WITH_ID_IS_NOT_READY, oldTaskImpl.getId(), oldTaskImpl.getState()));
}
}
private void updateClassificationSummary(TaskImpl newTaskImpl, TaskImpl oldTaskImpl)