From ca77f6a8cf37f6bd4a98534a763a0353d97e3da7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=94=B0=E6=B7=91=E6=9D=B0?= Date: Tue, 3 Sep 2024 09:27:47 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8F=91=E8=B5=B7=20"feature/xinniu"=20?= =?UTF-8?q?=E5=BC=BA=E5=88=B6=E8=AF=84=E5=AE=A1=20(#2958)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- module/testcase/control.php | 1 + 1 file changed, 1 insertion(+) diff --git a/module/testcase/control.php b/module/testcase/control.php index 5717ee70d3..005bea2b24 100644 --- a/module/testcase/control.php +++ b/module/testcase/control.php @@ -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;