+ Add 1.5 nav object id.
This commit is contained in:
@@ -172,6 +172,7 @@ class bug extends control
|
||||
$this->session->set('storyList', '', 'product');
|
||||
$this->session->set('projectList', $this->app->getURI(true) . "#app={$this->app->tab}", 'project');
|
||||
|
||||
if($this->app->tab == 'repo') $this->view->repoID = $bug->repo;
|
||||
$this->view->title = "BUG #$bug->id $bug->title - " . $product->name;
|
||||
$this->view->product = $product;
|
||||
$this->view->project = $this->loadModel('project')->getByID($bug->project);
|
||||
|
||||
Reference in New Issue
Block a user