diff --git a/module/bug/control.php b/module/bug/control.php index 4468a39ff3..e790da5746 100755 --- a/module/bug/control.php +++ b/module/bug/control.php @@ -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);