+ Add default value of the vision field.

This commit is contained in:
tianshujie
2023-10-30 15:39:37 +08:00
parent 57a416cca1
commit f7fc040217
+1
View File
@@ -715,6 +715,7 @@ class taskZen extends task
$task->estimate = (float)$postData->testEstimate[$key];
$task->left = (float)$postData->testEstimate[$key];
$task->type = 'test'; /* Setting the task type to test to prevent duplicate tasks from being created. */
$task->vision = $this->config->vision;
$testTasks[$storyID] = $task;
}