mirror of
https://github.com/wekan/wekan.git
synced 2025-12-16 23:40:13 +01:00
Complete checklist activities
This commit is contained in:
parent
f7446ba934
commit
cc285afd59
6 changed files with 124 additions and 0 deletions
|
|
@ -20,9 +20,18 @@ TriggersDef = {
|
|||
addChecklist:{
|
||||
matchingFields: ["boardId","checklistId"]
|
||||
},
|
||||
removeChecklist:{
|
||||
matchingFields: ["boardId","checklistId"]
|
||||
},
|
||||
addChecklistItem:{
|
||||
matchingFields: ["boardId","checklistItemId"]
|
||||
},
|
||||
checkedItem:{
|
||||
matchingFields: ["boardId","checklistId"]
|
||||
},
|
||||
uncheckedItem:{
|
||||
matchingFields: ["boardId","checklistItemId"]
|
||||
},
|
||||
addAttachment:{
|
||||
matchingFields: ["boardId","checklistId"]
|
||||
},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue