diff --git a/module/bug/model.php b/module/bug/model.php index 651ef10b97..c202e95606 100644 --- a/module/bug/model.php +++ b/module/bug/model.php @@ -281,7 +281,7 @@ class bugModel extends model } } } - return array('title' => $title, 'steps' => $bugSteps); + return array('title' => $title, 'steps' => $bugSteps, 'storyID' => $run->case->story); } /* 按项目统计bug数。*/