Remove attachment activity

This commit is contained in:
Angelo Gallarello 2018-08-16 17:18:55 +02:00
parent 9c6d374b95
commit f7446ba934
4 changed files with 22 additions and 1 deletions

View file

@ -22,7 +22,15 @@ TriggersDef = {
},
addChecklistItem:{
matchingFields: ["boardId","checklistItemId"]
},
addAttachment:{
matchingFields: ["boardId","checklistId"]
},
deleteAttachment:{
matchingFields: ["boardId","checklistItemId"]
}
}