From d1bc075b85710b48c9a159bfcd9ee48e90302eb7 Mon Sep 17 00:00:00 2001 From: tanghucheng Date: Mon, 18 Dec 2023 04:05:57 -0500 Subject: [PATCH] * Fix bug #41958. --- module/testtask/control.php | 1 + 1 file changed, 1 insertion(+) 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;