mirror of
https://github.com/wekan/wekan.git
synced 2025-12-16 23:40:13 +01:00
Merge branch 'couscous3-patch-1' into devel
This commit is contained in:
commit
c0dbb79ac9
2 changed files with 9 additions and 0 deletions
|
|
@ -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
|
# v0.75 2018-02-16 Wekan release
|
||||||
|
|
||||||
This release adds the following new features:
|
This release adds the following new features:
|
||||||
|
|
|
||||||
|
|
@ -472,6 +472,7 @@ if (Meteor.isServer) {
|
||||||
listId: paramListId,
|
listId: paramListId,
|
||||||
description: req.body.description,
|
description: req.body.description,
|
||||||
userId: req.body.authorId,
|
userId: req.body.authorId,
|
||||||
|
swimlaneId: req.body.swimlaneId,
|
||||||
sort: 0,
|
sort: 0,
|
||||||
members: [req.body.authorId],
|
members: [req.body.authorId],
|
||||||
});
|
});
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue