* adjust for link case build

This commit is contained in:
pengjiangxiu
2017-03-16 10:29:17 +08:00
parent 70dae03a82
commit 91ebea1734
5 changed files with 22 additions and 22 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, $param);
$testTask = $this->testtask->getRelatedTestTasks($productID, $taskID);
/* Get cases. */
$cases = $this->testtask->getLinkableCases($productID, $task, $taskID, $type, $param, $pager);