* finish task #2846.

This commit is contained in:
wangyidong
2017-01-09 10:21:57 +08:00
parent 77b8cb76f8
commit f00a45e9dd
6 changed files with 24 additions and 13 deletions
+1 -1
View File
@@ -333,7 +333,7 @@ class build extends control
if($browseType == 'bySearch')
{
$allStories = $this->story->getBySearch($build->product, $queryID, 'id', null, $build->project);
$allStories = $this->story->getBySearch($build->product, $queryID, 'id', null, $build->project, $build->branch);
}
else
{