Преглед изворни кода

Update import from Trello feature

Add importing the due date of a card
Ghassen Rjab пре 8 година
родитељ
комит
aff4655134
1 измењених фајлова са 1 додато и 0 уклоњено
  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) {