- testtask->browse;?>
+ testtask->browse;?>
" . $lang->testtask->create, '', "class='btn btn-primary'");
?>
diff --git a/module/project/control.php b/module/project/control.php index 6c6a1a2396..eebaf3c24c 100644 --- a/module/project/control.php +++ b/module/project/control.php @@ -768,7 +768,7 @@ class project extends control $this->view->projectName = $this->projects[$projectID]; $this->view->pager = $pager; $this->view->orderBy = $orderBy; - $this->view->tasks = $this->testtask->getProjectTasks($projectID); + $this->view->tasks = $this->testtask->getProjectTasks($projectID, $orderBy, $pager); $this->view->users = $this->loadModel('user')->getPairs('noclosed|noletter'); $this->view->products = $this->loadModel('product')->getPairs(); diff --git a/module/project/view/testtask.html.php b/module/project/view/testtask.html.php index 96a396bcab..b0c800149b 100644 --- a/module/project/view/testtask.html.php +++ b/module/project/view/testtask.html.php @@ -11,51 +11,52 @@ */ ?> - testtask->confirmDelete)?>