Merge branch 'master' of github.com:easysoft/zentaopms

This commit is contained in:
jinianlan
2019-07-24 20:05:55 +08:00
13 changed files with 135 additions and 13 deletions
+2
View File
@@ -554,6 +554,8 @@ class bug extends control
$productName = $this->products[$productID];
$branches = $this->session->currentProductType == 'normal' ? array() : $this->loadModel('branch')->getPairs($bug->product);
$this->executeHooks($this->methodName, $bugID);
/* Header and positon. */
$this->view->title = "BUG #$bug->id $bug->title - " . $this->products[$productID];
$this->view->position[] = html::a($this->createLink('bug', 'browse', "productID=$productID"), $productName);