summaryrefslogtreecommitdiffstats
path: root/models/cards.js
diff options
context:
space:
mode:
authorAngelo Gallarello <angelo.gallarell@gmail.com>2019-02-12 23:40:12 +0100
committerAngelo Gallarello <angelo.gallarell@gmail.com>2019-02-12 23:40:12 +0100
commit477d71e0b90d15b54945a1a04cb0a649344075ae (patch)
tree3eccde9b00ff3d35b98e960cbb755c177ee14bda /models/cards.js
parentd22964bcfd46ea4fd4860528b0c5e6f5d90812b6 (diff)
downloadwekan-477d71e0b90d15b54945a1a04cb0a649344075ae.tar.gz
wekan-477d71e0b90d15b54945a1a04cb0a649344075ae.tar.bz2
wekan-477d71e0b90d15b54945a1a04cb0a649344075ae.zip
Fixes
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 ff19a9a0..9b93bd7c 100644
--- a/models/cards.js
+++ b/models/cards.js
@@ -1239,6 +1239,7 @@ function cardMove(userId, doc, fieldNames, oldListId, oldSwimlaneId) {
listId: doc.listId,
boardId: doc.boardId,
cardId: doc._id,
+ cardTitle:doc.title,
swimlaneName: Swimlanes.findOne(doc.swimlaneId).title,
swimlaneId: doc.swimlaneId,
oldSwimlaneId,