Pārlūkot izejas kodu

Update import from Trello feature

Add importing the due date of a card
Ghassen Rjab 8 gadi atpakaļ
vecāks
revīzija
aff4655134
1 mainītis faili ar 1 papildinājumiem un 0 dzēšanām
  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) {