summaryrefslogtreecommitdiffstats
path: root/models/cards.js
diff options
context:
space:
mode:
authorLauri Ojansivu <x@xet7.org>2018-02-20 14:22:38 +0200
committerLauri Ojansivu <x@xet7.org>2018-02-20 14:22:38 +0200
commitc0dbb79ac9bb9a437d133ac30be515f6634446eb (patch)
treeeec53be4989f4a5ab80ce1ec170204ab96afd5d4 /models/cards.js
parent7f4b382d2f7d6db9bdb323f0f71858bec420725f (diff)
parent0375c551f30bd0acad547d05f3a6b11736e15bd3 (diff)
downloadwekan-c0dbb79ac9bb9a437d133ac30be515f6634446eb.tar.gz
wekan-c0dbb79ac9bb9a437d133ac30be515f6634446eb.tar.bz2
wekan-c0dbb79ac9bb9a437d133ac30be515f6634446eb.zip
Merge branch 'couscous3-patch-1' into devel
Diffstat (limited to 'models/cards.js')
-rw-r--r--models/cards.js1
1 files changed, 1 insertions, 0 deletions
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],
});