This commit is contained in:
tianshujie
2021-11-18 16:30:45 +08:00
parent 644abad1fb
commit 9c6c4dfc9c
5 changed files with 86 additions and 55 deletions
+1
View File
@@ -742,6 +742,7 @@ class bugModel extends model
$bug->title = $data->titles[$bugID];
$bug->plan = empty($data->plans[$bugID]) ? 0 : $data->plans[$bugID];
$bug->branch = empty($data->branches[$bugID]) ? 0 : $data->branches[$bugID];
$bug->module = $data->modules[$bugID];
$bug->assignedTo = $data->assignedTos[$bugID];
$bug->deadline = $data->deadlines[$bugID];
$bug->resolvedBy = $data->resolvedBys[$bugID];