diff --git a/module/testtask/control.php b/module/testtask/control.php index 417e2816a4..9c15d86b6b 100644 --- a/module/testtask/control.php +++ b/module/testtask/control.php @@ -652,6 +652,7 @@ class testtask extends control $this->view->pager = $pager; $this->view->branches = $this->loadModel('branch')->getPairs($productID); $this->view->setModule = true; + $this->view->showBranch = false; $this->view->suites = $this->loadModel('testsuite')->getSuitePairs($productID); $this->view->suiteName = isset($suiteName) ? $suiteName : $this->lang->testtask->browseBySuite; $this->view->canBeChanged = $canBeChanged;