mirror of
https://github.com/wekan/wekan.git
synced 2025-12-27 04:38:49 +01:00
Update import from Trello feature
Add importing the due date of a card
This commit is contained in:
parent
9d74a76ca2
commit
aff4655134
1 changed files with 1 additions and 0 deletions
|
|
@ -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) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue