summaryrefslogtreecommitdiffstats
path: root/models/checklists.js
diff options
context:
space:
mode:
authorwindblow <cskim.ns@gmail.com>2019-04-06 12:45:31 +0300
committerwindblow <cskim.ns@gmail.com>2019-04-06 12:45:31 +0300
commit143e93f483c947185d7db1380bad23005e3d946c (patch)
treebb46902f7c92d81ae2753d4d5a013eca90a54a58 /models/checklists.js
parentb680bb53725103f186ac1c7cb604fbd4a5773051 (diff)
downloadwekan-143e93f483c947185d7db1380bad23005e3d946c.tar.gz
wekan-143e93f483c947185d7db1380bad23005e3d946c.tar.bz2
wekan-143e93f483c947185d7db1380bad23005e3d946c.zip
Add variables for activity notifications Fixes #2285
Diffstat (limited to 'models/checklists.js')
-rw-r--r--models/checklists.js4
1 files changed, 4 insertions, 0 deletions
diff --git a/models/checklists.js b/models/checklists.js
index 9e763f1a..d5063faf 100644
--- a/models/checklists.js
+++ b/models/checklists.js
@@ -135,6 +135,8 @@ if (Meteor.isServer) {
boardId: Cards.findOne(doc.cardId).boardId,
checklistId: doc._id,
checklistName:doc.title,
+ listId: doc.listId,
+ swimlaneId: doc.swimlaneId,
});
});
@@ -152,6 +154,8 @@ if (Meteor.isServer) {
boardId: Cards.findOne(doc.cardId).boardId,
checklistId: doc._id,
checklistName:doc.title,
+ listId: doc.listId,
+ swimlaneId: doc.swimlaneId,
});