TSK-1143 UpdateTask with Planned sometimes fails
This commit is contained in:
parent
df31b8f8ce
commit
7352a8a728
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue