* when link story, link only active story.

This commit is contained in:
wangchunsheng
2010-02-10 01:13:43 +00:00
parent 6577cb55ae
commit 80ac457213
+1 -1
View File
@@ -488,7 +488,7 @@ class project extends control
$position[] = html::a($browseLink, $project->name);
$position[] = $this->lang->project->linkStory;
$allStories = $this->story->getProductStories(array_keys($products), $moduleID = '0', $status = 'wait, doing');
$allStories = $this->story->getProductStories(array_keys($products), $moduleID = '0', $status = 'active');
$prjStories = $this->story->getProjectStoryPairs($projectID);
$this->assign('header', $header);