* Finish task #5065.

This commit is contained in:
Yagami
2018-11-08 14:20:46 +08:00
parent 9976978d8a
commit cfa64fdc4e
2 changed files with 8 additions and 4 deletions
+1 -1
View File
@@ -1010,7 +1010,7 @@ class bug extends control
$bug = $this->bug->getById($bugID);
$productID = $bug->product;
$users = $this->user->getPairs();
$users = $this->user->getPairs('noclosed');
$assignedTo = $bug->openedBy;
if(!isset($users[$assignedTo])) $assignedTo = $this->bug->getModuleOwner($bug->module, $productID);
unset($this->lang->bug->resolutionList['tostory']);