* Add a param for story-getBySearch.

This commit is contained in:
songchenxuan
2023-08-04 11:05:59 +08:00
parent 60a752b4fb
commit 01fd8cc08c
6 changed files with 12 additions and 9 deletions
+1 -1
View File
@@ -631,7 +631,7 @@ class projectrelease extends control
$allStories = array();
if($browseType == 'bySearch')
{
$allStories = $this->story->getBySearch($release->product, $release->branch, $queryID, 'id', $executionIdList, 'story', $release->stories, $pager);
$allStories = $this->story->getBySearch($release->product, $release->branch, $queryID, 'id', $executionIdList, 'story', $release->stories, 'draft,reviewing,changing', $pager);
}
else
{