From 81b681764ab7f1c88ff97beeb9e41f2262048821 2016-01-30 15:19:04
From: Jean-Philippe Lang
+ + <%= mapping_select_tag @import, 'estimated_hours' %> +
+<%= mapping_select_tag @import, 'done_ratio' %>
diff --git a/test/fixtures/files/import_issues.csv b/test/fixtures/files/import_issues.csv index b648a42..918f9fc 100644 --- a/test/fixtures/files/import_issues.csv +++ b/test/fixtures/files/import_issues.csv @@ -1,4 +1,4 @@ -priority;subject;description;start_date;due_date;parent;private;progress;custom;version;category;user -High;First;First description;2015-07-08;2015-08-25;;no;;PostgreSQL;;New category;dlopper -Normal;Child 1;Child description;;;1;yes;10;MySQL;2.0;New category; -Normal;Child of existing issue;Child description;;;#2;no;20;;2.1;Printing; +priority;subject;description;start_date;due_date;parent;private;progress;custom;version;category;user;estimated_hours +High;First;First description;2015-07-08;2015-08-25;;no;;PostgreSQL;;New category;dlopper;1 +Normal;Child 1;Child description;;;1;yes;10;MySQL;2.0;New category;;2 +Normal;Child of existing issue;Child description;;;#2;no;20;;2.1;Printing;;3