From 1846b58f1b23e5c86c5c14fcecfc1a149027dfba Mon Sep 17 00:00:00 2001 From: wangyidong Date: Sun, 6 Mar 2011 08:30:44 +0000 Subject: [PATCH] * change #319 and #360 --- module/bug/control.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/module/bug/control.php b/module/bug/control.php index 995b441c20..bdde48344a 100644 --- a/module/bug/control.php +++ b/module/bug/control.php @@ -316,6 +316,7 @@ class bug extends control $storyID = $bug->story; $buildID = $bug->openedBuild; $severity = $bug->severity; + $type = $bug->type; } /* If projectID is setted, get builds and stories of this project. */ @@ -356,6 +357,7 @@ class bug extends control $this->view->mailto = $mailto; $this->view->keywords = $keywords; $this->view->severity = $severity; + $this->view->type = $type; $this->display(); }