This commit is contained in:
tanghucheng
2023-12-18 04:06:17 -05:00
parent 6f7ebbc140
commit d1bc075b85
+1
View File
@@ -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;