Prechádzať zdrojové kódy

Update import from Trello feature

Add importing the due date of a card
Ghassen Rjab 8 rokov pred
rodič
commit
aff4655134
1 zmenil súbory, kde vykonal 1 pridanie a 0 odobranie
  1. 1 0
      models/import.js

+ 1 - 0
models/import.js

@@ -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) {