发起 "feature/xinniu" 强制评审 (#2958)

This commit is contained in:
田淑杰
2024-09-06 09:06:59 +08:00
committed by 曹延义
parent 2cc12b22b1
commit ca77f6a8cf
+1
View File
@@ -1029,6 +1029,7 @@ class testcase extends control
{
$task = $this->loadModel('testtask')->fetchByID($taskID);
$taskName = $task->name;
$this->config->testcase->exportFields = str_replace('pri,', 'pri,assignedTo,', $this->config->testcase->exportFields);
}
$this->view->fileName = $product->name . $this->lang->dash . ($taskID ? $taskName . $this->lang->dash : '') . $browseType . $fileName;