mirror of
https://github.com/wekan/wekan.git
synced 2025-12-16 23:40:13 +01:00
- Fix IFTTT Rule action/trigger: When a checklist is completed/made incomplete.
Thanks to BurakTuran9 ! Related #1972
This commit is contained in:
parent
9c4e305a84
commit
40cf1c7549
1 changed files with 1 additions and 1 deletions
|
|
@ -126,7 +126,7 @@ function publishChekListCompleted(userId, doc){
|
|||
if(checkList.isFinished()){
|
||||
const act = {
|
||||
userId,
|
||||
activityType: 'checklistCompleted',
|
||||
activityType: 'completeChecklist',
|
||||
cardId: doc.cardId,
|
||||
boardId,
|
||||
checklistId: doc.checklistId,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue