Skip to content

Commit

Permalink
import updated_at
Browse files Browse the repository at this point in the history
  • Loading branch information
lxerxa committed Sep 14, 2019
1 parent c18b5f6 commit f60a0c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/Http/Controllers/IssueController.php
Original file line number Diff line number Diff line change
Expand Up @@ -2073,11 +2073,11 @@ public function imports(Request $request, $project_key)
$new_fields['parent'] = '父级任务';
$new_fields['reporter'] = '报告者';
$new_fields['created_at'] = '创建时间';
$new_fields['updated_at'] = '更新时间';
$new_fields['resolver'] = '解决者';
$new_fields['resolved_at'] = '解决时间';
$new_fields['closer'] = '关闭者';
$new_fields['closed_at'] = '关闭时间';
$new_fields['updated_at'] = '更新时间';
$fields = $new_fields;

// arrange the excel data
Expand Down

0 comments on commit f60a0c4

Please sign in to comment.