From aff4655134471551ad78feb02ea6fc62fb55b80f Mon Sep 17 00:00:00 2001 From: Ghassen Rjab Date: Fri, 23 Jun 2017 17:58:13 +0100 Subject: Update import from Trello feature Add importing the due date of a card --- models/import.js | 1 + 1 file changed, 1 insertion(+) diff --git a/models/import.js b/models/import.js index 709d1699..39a8835e 100644 --- a/models/import.js +++ b/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) { -- cgit v1.2.3-1-g7c22 From 741a7887bd5eecf1f2dcf67691163956019ee720 Mon Sep 17 00:00:00 2001 From: Lauri Ojansivu Date: Sat, 24 Jun 2017 00:17:48 +0300 Subject: Import due date from Trello. Thanks to GhassenRjab ! Closes #1081 --- CHANGELOG.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 196d9e11..64d802ac 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,10 @@ # Upcoming Wekan release -This release fixes the following bugs: +This release adds the following new features: + +* [Import due date from Trello](https://github.com/wekan/wekan/pull/1082). + +and fixes the following bugs: * [Fix importing Trello board: Attribute correct members to their comments](https://github.com/wekan/wekan/pull/1080); -- cgit v1.2.3-1-g7c22