From 0e6777950408c8d8758d20385861a6b32a4029e6 Mon Sep 17 00:00:00 2001 From: hufangzhou Date: Thu, 25 Nov 2021 14:53:22 +0800 Subject: [PATCH] * Modify the branch switcher in qa menu. --- module/tree/control.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/module/tree/control.php b/module/tree/control.php index b69e1791da..155a1d5fe4 100644 --- a/module/tree/control.php +++ b/module/tree/control.php @@ -36,7 +36,7 @@ class tree extends control else if($this->app->tab == 'qa' and $viewType != 'caselib') { $products = $this->product->getPairs('noclosed'); - $this->loadModel('qa')->setMenu($products, $rootID, 0, $viewType); + $this->loadModel('qa')->setMenu($products, $rootID, $branch, $viewType); } else if($this->app->tab == 'project') {