* can edit color tag when batch edit stories, bugs, tasks or cases.

This commit is contained in:
chenfeiCF
2016-05-09 15:00:35 +08:00
parent 0b9b928ea2
commit 3019f1dfa0
8 changed files with 28 additions and 4 deletions
+1
View File
@@ -542,6 +542,7 @@ class bugModel extends model
$bug->severity = $data->severities[$bugID];
$bug->pri = $data->pris[$bugID];
$bug->status = $data->statuses[$bugID];
$bug->color = $data->colors[$bugID];
$bug->title = $data->titles[$bugID];
$bug->plan = empty($data->plans[$bugID]) ? 0 : $data->plans[$bugID];
$bug->assignedTo = $data->assignedTos[$bugID];