mirror of
https://github.com/wekan/wekan.git
synced 2025-12-17 16:00: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()){
|
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,
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue