+ bugModel: fix display error of resolution in bug browse page.

This commit is contained in:
liugang
2023-08-30 13:57:56 +08:00
parent 723057c633
commit f4f895fbdd
+1
View File
@@ -3994,6 +3994,7 @@ class bugModel extends model
}
$bug->type = zget($this->lang->bug->typeList, $bug->type, '');
$bug->resolution = zget($this->lang->bug->resolutionList, $bug->resolution, '');
$bugStatus = $this->processStatus('bug', $bug);
$bug->status = "<span class='status-bug status-{$bug->status}' title='{$bugStatus}'> {$bugStatus}</span>";