This commit is contained in:
tianshujie
2022-07-21 08:46:07 +08:00
parent 08bc30c893
commit 03f9bca910
2 changed files with 3 additions and 2 deletions
+1
View File
@@ -1147,6 +1147,7 @@ class bug extends control
$assignedToList = array_filter($assignedToList);
if(empty($assignedToList)) $assignedToList = $this->user->getPairs('devfirst|noclosed');
}
if($bug->status == 'closed') $assignedToList['closed'] = 'Closed';
$this->view->bug = $bug;
$this->view->productID = $productID;