* Finish Bug #30700

This commit is contained in:
lanzongjun
2022-12-08 16:16:16 +08:00
parent e9bc72f2b2
commit 43b667ba2b
+1 -1
View File
@@ -158,7 +158,7 @@ class treeModel extends model
if($type == 'line') $rootID = 0;
$branches = array();
$branches = array($branch => '');
if($branch != 'all' and strpos('story|bug|case', $type) !== false)
{
$product = $this->loadModel('product')->getById($rootID);