* add storyID tog getBugInfoFromResult().

This commit is contained in:
wangchunsheng
2010-03-29 02:00:40 +00:00
parent 17e71f3e43
commit ad67c5ced7
+1 -1
View File
@@ -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数。*/