diff options
author | Go MAEDA <maeda@farend.jp> | 2020-02-19 14:31:39 +0000 |
---|---|---|
committer | Go MAEDA <maeda@farend.jp> | 2020-02-19 14:31:39 +0000 |
commit | 4d341f0f143c0327c85ac67da0b984c453cee144 (patch) | |
tree | 9793aa2b7fa7195f56b49c7cccad66e9972d00ad /test/fixtures | |
parent | 5873af5ae32cf901071738efb8decadc0e9428c0 (diff) | |
download | redmine-4d341f0f143c0327c85ac67da0b984c453cee144.tar.gz redmine-4d341f0f143c0327c85ac67da0b984c453cee144.zip |
Use 'user' as internal field instead of user_id because the column accepts also user login as value, not only the id (#22913).
Patch by Marius BALTEANU.
git-svn-id: http://svn.redmine.org/redmine/trunk@19523 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'test/fixtures')
-rw-r--r-- | test/fixtures/files/import_time_entries.csv | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/fixtures/files/import_time_entries.csv b/test/fixtures/files/import_time_entries.csv index b89cfdfaa..dfd2abfd6 100644 --- a/test/fixtures/files/import_time_entries.csv +++ b/test/fixtures/files/import_time_entries.csv @@ -1,4 +1,4 @@ -row;issue_id;date;hours;comment;activity;overtime;user_id +row;issue_id;date;hours;comment;activity;overtime;user 1;;2020-01-01;1;Some Design;Design;yes;jsmith@somenet.foo 2;;2020-01-02;2;Some Development;Development;yes;jsmith@somenet.foo 3;1;2020-01-03;3;Some QA;QA;no;dlopper@somenet.foo |