* finish task #1942.

This commit is contained in:
wangyidong
2014-07-18 08:16:56 +00:00
parent 9d29148250
commit 60925388fd
4 changed files with 12 additions and 2 deletions

View File

@@ -252,6 +252,8 @@ class bug extends control
$buildID = 0;
$caseID = 0;
$runID = 0;
$testtask = 0;
$version = 0;
$title = '';
$steps = $this->lang->bug->tplStep . $this->lang->bug->tplResult . $this->lang->bug->tplExpect;
$os = '';
@@ -321,6 +323,9 @@ class bug extends control
$this->view->storyID = $storyID;
$this->view->buildID = $buildID;
$this->view->caseID = $caseID;
$this->view->runID = $runID;
$this->view->version = $version;
$this->view->testtask = $testtask;
$this->view->bugTitle = $title;
$this->view->steps = htmlspecialchars($steps);
$this->view->os = $os;