* add color tag when batch create bug, task and testcase.

This commit is contained in:
chenfeiCF
2016-05-10 11:15:53 +08:00
parent a72f1f8fd4
commit 824f7cb2ce
8 changed files with 52 additions and 14 deletions
+1
View File
@@ -135,6 +135,7 @@ class bugModel extends model
$bug->module = $data->modules[$i];
$bug->project = $data->projects[$i];
$bug->openedBuild = implode(',', $data->openedBuilds[$i]);
$bug->color = $data->color[$i];
$bug->title = $data->title[$i];
$bug->steps = nl2br($data->stepses[$i]);
$bug->type = $data->types[$i];