|
@@ -126,7 +126,7 @@ function publishChekListCompleted(userId, doc){
|
|
if(checkList.isFinished()){
|
|
if(checkList.isFinished()){
|
|
const act = {
|
|
const act = {
|
|
userId,
|
|
userId,
|
|
- activityType: 'checklistCompleted',
|
|
|
|
|
|
+ activityType: 'completeChecklist',
|
|
cardId: doc.cardId,
|
|
cardId: doc.cardId,
|
|
boardId,
|
|
boardId,
|
|
checklistId: doc.checklistId,
|
|
checklistId: doc.checklistId,
|