* Resolve feedback#1692

This commit is contained in:
zenggang
2022-12-12 02:53:26 +00:00
parent b70f00842f
commit ee78bb255b
+1 -1
View File
@@ -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);