5.10.1: Не сбрасывать подзадачи при быстрой прогрессии
All checks were successful
Build and Push Docker Image / build-and-push (push) Successful in 1m22s

This commit is contained in:
poignatov
2026-03-04 15:11:11 +03:00
parent 81dc23b501
commit 98427f5d0e
4 changed files with 64 additions and 44 deletions

View File

@@ -566,9 +566,7 @@ function TaskList({ onNavigate, data, loading, backgroundLoading, error, onRetry
'Content-Type': 'application/json',
},
body: JSON.stringify({
progression_value: newValue,
auto_complete: false,
children_task_ids: []
progression_value: newValue
}),
})