mirror of
https://github.com/wekan/wekan.git
synced 2025-12-24 03:10:12 +01:00
add swimlaneId to POST /api/boards/:boardId/lists/:listId/cards route
This commit is contained in:
parent
7f4b382d2f
commit
ee0f42eeb1
1 changed files with 1 additions and 0 deletions
|
|
@ -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],
|
||||
});
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue