mirror of
https://github.com/wekan/wekan.git
synced 2025-12-27 04:38:49 +01:00
Add checklist items to activity log
This commit is contained in:
parent
01928bfe5a
commit
2b9bc5d046
4 changed files with 28 additions and 10 deletions
|
|
@ -38,6 +38,9 @@ Activities.helpers({
|
|||
checklist() {
|
||||
return Checklists.findOne(this.checklistId);
|
||||
},
|
||||
checklistItem() {
|
||||
return Checklists.findOne(this.checklistId).getItem(this.checklistItemId);
|
||||
},
|
||||
});
|
||||
|
||||
Activities.before.insert((userId, doc) => {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue