From ee0f42eeb1b10107bd8fc38cdefbdbc4f3fde108 Mon Sep 17 00:00:00 2001 From: couscous3 <33840325+couscous3@users.noreply.github.com> Date: Mon, 19 Feb 2018 14:55:56 +0100 Subject: add swimlaneId to POST /api/boards/:boardId/lists/:listId/cards route --- models/cards.js | 1 + 1 file changed, 1 insertion(+) diff --git a/models/cards.js b/models/cards.js index 43e7d843..9b0969ec 100644 --- a/models/cards.js +++ b/models/cards.js @@ -472,6 +472,7 @@ if (Meteor.isServer) { listId: paramListId, description: req.body.description, userId: req.body.authorId, + swimlaneId: req.body.swimlaneId, sort: 0, members: [req.body.authorId], }); -- cgit v1.2.3-1-g7c22 From 0375c551f30bd0acad547d05f3a6b11736e15bd3 Mon Sep 17 00:00:00 2001 From: Lauri Ojansivu Date: Tue, 20 Feb 2018 14:21:34 +0200 Subject: Add swimlaneId to API. Thanks to couscous3 ! --- CHANGELOG.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index dd05c3b6..3efde551 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,11 @@ +# Upcoming Wekan release + +This release adds the following new features: + +- [Add swimlaneId to POST /api/boards/:boardId/lists/:listId/cards route](https://github.com/wekan/wekan/commit/ee0f42eeb1b10107bd8fc38cdefbdbc4f3fde108). + +Thanks to GitHub user couscous3 for contributions. + # v0.75 2018-02-16 Wekan release This release adds the following new features: -- cgit v1.2.3-1-g7c22