From 5cb4f543a249753914b49ffad0e4184969e528b7 Mon Sep 17 00:00:00 2001 From: wangyidong Date: Mon, 28 Jul 2014 07:35:11 +0000 Subject: [PATCH] * finish task #1957. --- module/bug/model.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/module/bug/model.php b/module/bug/model.php index 87da799922..564953b8d8 100644 --- a/module/bug/model.php +++ b/module/bug/model.php @@ -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); } /**