5.10.1: Не сбрасывать подзадачи при быстрой прогрессии
All checks were successful
Build and Push Docker Image / build-and-push (push) Successful in 1m22s
All checks were successful
Build and Push Docker Image / build-and-push (push) Successful in 1m22s
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "play-life-web",
|
||||
"version": "5.10.0",
|
||||
"version": "5.10.1",
|
||||
"type": "module",
|
||||
"scripts": {
|
||||
"dev": "vite",
|
||||
|
||||
@@ -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
|
||||
}),
|
||||
})
|
||||
|
||||
|
||||
Reference in New Issue
Block a user