Merge branch 'feedback_1692' into 'master'

* Resolve feedback#1692

See merge request easycorp/zentaopms!6524
This commit is contained in:
王怡栋
2022-12-13 00:39:42 +00:00
+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);