* adjust style for testtask

This commit is contained in:
pengjiangxiu
2017-03-16 09:22:30 +08:00
parent bc386309db
commit a769f83c22
6 changed files with 21 additions and 11 deletions
+1 -1
View File
@@ -655,7 +655,7 @@ class testtask extends control
$this->view->position[] = $this->lang->testtask->common;
$this->view->position[] = $this->lang->testtask->linkCase;
$testTask = $this->testtask->getRelatedTestTasks($productID,$taskID);
$testTask = $this->testtask->getRelatedTestTasks($productID, $param);
/* Get cases. */
$cases = $this->testtask->getLinkableCases($productID, $task, $taskID, $type, $param, $pager);