* Fix test report run case error.

This commit is contained in:
tianshujie
2021-09-17 10:22:21 +08:00
parent 1a0effc1e6
commit 555ecdd9a5
+3
View File
@@ -530,6 +530,9 @@ class testreport extends control
$cases = $this->testreport->getTaskCases($tasks, $report->begin, $report->end);
$bugInfo = $this->testreport->getBugInfo($tasks, $report->product, $report->begin, $report->end, $builds);
/* save session .*/
$this->loadModel('common')->saveQueryCondition($this->dao->get(), 'testcase', false);
if($report->objectType == 'testtask')
{
$this->setChartDatas($report->objectID);