* adjust for upgrade.

This commit is contained in:
wangyidong
2017-03-23 11:54:55 +08:00
parent c9bda5f577
commit 05fc92c45c
37 changed files with 652 additions and 324 deletions
+1
View File
@@ -315,6 +315,7 @@ class testtask extends control
if(!empty($_POST))
{
$this->app->loadLang('testcase');
$task = $this->testtask->getById($taskID);
$bugInfo = $this->loadModel('testreport')->getBugInfo(array($taskID => $taskID), array($productID => $productID), $task->begin, $task->end, array($task->build => $task->build));
foreach($this->post->charts as $chart)