Merge branch 'feedback_1692' into 'master'
* Resolve feedback#1692 See merge request easycorp/zentaopms!6524
This commit is contained in:
@@ -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);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user