mirror of
https://github.com/wekan/wekan.git
synced 2026-01-05 17:18:49 +01:00
Fixed some rules
This commit is contained in:
parent
254c7fe951
commit
37a53e7466
3 changed files with 8 additions and 8 deletions
|
|
@ -130,7 +130,7 @@ function publishChekListCompleted(userId, doc, fieldNames, modifier){
|
|||
cardId: doc.cardId,
|
||||
boardId,
|
||||
checklistId: doc.checklistId,
|
||||
checklistName:doc.title,
|
||||
checklistName:checkList.title,
|
||||
};
|
||||
Activities.insert(act);
|
||||
}
|
||||
|
|
@ -148,7 +148,7 @@ function publishChekListUncompleted(userId, doc, fieldNames, modifier){
|
|||
cardId: doc.cardId,
|
||||
boardId,
|
||||
checklistId: doc.checklistId,
|
||||
checklistName:doc.title,
|
||||
checklistName:checkList.title,
|
||||
};
|
||||
Activities.insert(act);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue