发起 "feature/xinniu" 强制评审 (#2998)

This commit is contained in:
曾刚
2024-09-06 09:06:59 +08:00
committed by 曹延义
parent 6b9aed0d9b
commit 5d16e93111
+1 -1
View File
@@ -586,7 +586,7 @@ class story extends control
$this->view->users = $this->user->getPairs('noletter');
$this->view->executions = $this->execution->getPairs(0, 'all', 'nocode');
$this->view->version = $version;
$this->view->preAndNext = $this->loadModel('common')->getPreAndNextObject('story', $storyID);
$this->view->preAndNext = $this->loadModel('common')->getPreAndNextObject($story->type, $storyID);
$this->view->builds = $this->loadModel('build')->getStoryBuilds($storyID);
$this->view->releases = $this->loadModel('release')->getStoryReleases($storyID);
$this->view->story = $story;