Task CSV import is now able to handle more fields

Add support for the priority, start date, tags and one external link.
This commit is contained in:
Frederic Guillot
2017-11-14 15:39:43 -08:00
parent f6d7791ddc
commit 95cdeed472
35 changed files with 366 additions and 77 deletions

View File

@@ -1357,4 +1357,13 @@ return array(
// 'Unable to remove this template.' => '',
// 'Template for the task description' => '',
// 'The start date is greater than the end date' => '',
// 'Tags must be separated by a comma' => '',
// 'Only the task title is required' => '',
// 'Creator Username' => '',
// 'Color Name' => '',
// 'Column Name' => '',
// 'Swimlane Name' => '',
// 'Time Estimated' => '',
// 'Time Spent' => '',
// 'External Link' => '',
);