* Fix bug#12497.

This commit is contained in:
qiyu-xie
2021-05-10 13:59:29 +08:00
parent 4ef83185fe
commit d66c726032
3 changed files with 5 additions and 5 deletions
+1 -1
View File
@@ -936,7 +936,7 @@ class execution extends control
$cases = $this->loadModel('testcase')->getExecutionCases($executionID, $orderBy, $pager, $type);
$this->loadModel('common')->saveQueryCondition($this->dao->get(), 'testcase', false);
$cases = $this->testcase->appendData($cases, 'run');
$cases = $this->testcase->appendData($cases, 'case');
$this->view->title = $this->lang->execution->testcase;
$this->view->executionID = $executionID;