* 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
@@ -311,6 +311,7 @@ class taskModel extends model
$oldTask = $this->getById($taskID);
$task = new stdclass();
$task->color = $data->colors[$taskID];
$task->name = $data->names[$taskID];
$task->module = isset($data->modules[$taskID]) ? $data->modules[$taskID] : 0;
$task->type = $data->types[$taskID];