* add status condition when get stories of product.

This commit is contained in:
wangchunsheng
2009-11-21 02:37:45 +00:00
parent 144e8dbf10
commit ac9410c5a9
3 changed files with 6 additions and 4 deletions
+1 -1
View File
@@ -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);