From 95cdeed472d00cd1b2f53b4878afd7fbc39ea389 Mon Sep 17 00:00:00 2001 From: Frederic Guillot Date: Tue, 14 Nov 2017 15:39:43 -0800 Subject: Task CSV import is now able to handle more fields Add support for the priority, start date, tags and one external link. --- app/Template/task_import/show.php | 2 ++ 1 file changed, 2 insertions(+) (limited to 'app/Template') diff --git a/app/Template/task_import/show.php b/app/Template/task_import/show.php index 20b020d3..342cfb76 100644 --- a/app/Template/task_import/show.php +++ b/app/Template/task_import/show.php @@ -26,6 +26,8 @@
  • +
  • +
  • url->icon('download', t('Download CSV template'), 'TaskImportController', 'template', array('project_id' => $project['id'])) ?> -- cgit v1.2.3