+ Add 1.5 nav object id.

This commit is contained in:
caoyanyi
2023-11-15 13:11:27 +08:00
parent 36577959d6
commit ed0f7bfeaa
+1
View File
@@ -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);