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

@@ -26,6 +26,8 @@
<li><?= t('The first row must be the header') ?></li>
<li><?= t('Duplicates are not verified for you') ?></li>
<li><?= t('The due date must use the ISO format: YYYY-MM-DD') ?></li>
<li><?= t('Tags must be separated by a comma') ?></li>
<li><?= t('Only the task title is required') ?></li>
</ul>
<p class="margin-top">
<?= $this->url->icon('download', t('Download CSV template'), 'TaskImportController', 'template', array('project_id' => $project['id'])) ?>