* finish task #40432.

This commit is contained in:
wangyidong
2021-07-29 15:12:10 +08:00
parent 8d37af5669
commit 0a131fe8db
10 changed files with 35 additions and 14 deletions
-3
View File
@@ -1298,9 +1298,6 @@ class bug extends control
$this->qa->setMenu($this->products, $productID, $bug->branch);
$this->view->title = $this->products[$productID] . $this->lang->colon . $this->lang->bug->resolve;
$this->view->position[] = html::a($this->createLink('bug', 'browse', "productID=$productID"), $this->products[$productID]);
$this->view->position[] = $this->lang->bug->resolve;
$this->view->bug = $bug;
$this->view->users = $users;
$this->view->assignedTo = $assignedTo;