Update import from Trello feature

Add importing the due date of a card
This commit is contained in:
Ghassen Rjab 2017-06-23 17:58:13 +01:00
parent 9d74a76ca2
commit aff4655134

View file

@ -229,6 +229,7 @@ class TrelloCreator {
title: card.name,
// we attribute the card to its creator if available
userId: this._user(this.createdBy.cards[card.id]),
dueAt: card.due ? this._now(card.due) : null,
};
// add labels
if (card.idLabels) {