6.3.6: Фикс подстановки base_progress при авто-выполнении
All checks were successful
Build and Push Docker Image / build-and-push (push) Successful in 58s
All checks were successful
Build and Push Docker Image / build-and-push (push) Successful in 58s
This commit is contained in:
@@ -485,8 +485,9 @@ function TaskDetail({ taskId, onClose, onRefresh, onTaskCompleted, onNavigate })
|
||||
throw new Error('Неверное значение')
|
||||
}
|
||||
payload.progression_value = parsedValue
|
||||
} else {
|
||||
// Если прогрессия не введена - сбрасываем в null
|
||||
} else if (!autoComplete) {
|
||||
// Если прогрессия не введена и нет авто-выполнения - сбрасываем в null
|
||||
// При авто-выполнении бэкенд сам подставит progression_base
|
||||
payload.clear_progression_value = true
|
||||
}
|
||||
} else {
|
||||
|
||||
Reference in New Issue
Block a user