From ee78bb255b8e9aff34acfe751c1b54733d226ee6 Mon Sep 17 00:00:00 2001 From: zenggang Date: Mon, 12 Dec 2022 02:53:26 +0000 Subject: [PATCH] * Resolve feedback#1692 --- module/product/control.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/module/product/control.php b/module/product/control.php index 4045f5c654..385e17f7e9 100755 --- a/module/product/control.php +++ b/module/product/control.php @@ -249,7 +249,7 @@ class product extends control $showBranch = $this->loadModel('branch')->showBranch($productID); /* Get stories. */ - if($isProjectStory) + if($isProjectStory and $storyType == 'story') { $showBranch = $this->loadModel('branch')->showBranch($productID, 0, $projectID);