* add status condition when get stories of product.
This commit is contained in:
@@ -410,7 +410,7 @@ class project extends control
|
||||
$position[] = html::a($browseLink, $project->name);
|
||||
$position[] = $this->lang->project->linkStory;
|
||||
|
||||
$allStories = $this->story->getProductStories(array_keys($products));
|
||||
$allStories = $this->story->getProductStories(array_keys($products), $moduleID = '0', $status = 'wait, doing');
|
||||
$prjStories = $this->story->getProjectStoryPairs($projectID);
|
||||
|
||||
$this->assign('header', $header);
|
||||
|
||||
Reference in New Issue
Block a user