* Finish task #36438.

This commit is contained in:
tianshujie98
2021-03-09 17:28:23 +08:00
parent a94f6b2ee9
commit 33bcb0922e
22 changed files with 70 additions and 65 deletions
+1 -1
View File
@@ -451,7 +451,7 @@ class projectrelease extends control
}
else
{
$allStories = $this->story->getProjectStories($build->execution, 0, 0, 't1.`order`_desc', 'byProduct', $release->product, 'story', $release->stories, $pager);
$allStories = $this->story->getExecutionStories($build->execution, 0, 0, 't1.`order`_desc', 'byProduct', $release->product, 'story', $release->stories, $pager);
}
$this->view->allStories = $allStories;