Merge branch 'master' of https://gitlab.zcorp.cc/easycorp/zentaopms into importExport

This commit is contained in:
tanghucheng
2022-07-21 17:37:48 +08:00
66 changed files with 483 additions and 295 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;