* finish task #1957.

This commit is contained in:
wangyidong
2014-07-28 07:35:11 +00:00
parent 95d547bce1
commit 5cb4f543a2
+1 -1
View File
@@ -767,7 +767,7 @@ class bugModel extends model
$bugSteps .= $this->lang->bug->tplExpect;
}
}
return array('title' => $title, 'steps' => $bugSteps, 'storyID' => $run->case->story);
return array('title' => $title, 'steps' => $bugSteps, 'storyID' => $run->case->story, 'moduleID' => $run->case->module, 'version' => $run->case->version);
}
/**