mirror of
https://github.com/wekan/wekan.git
synced 2025-09-22 01:50:48 +02:00
Remove attachment activity
This commit is contained in:
parent
9c6d374b95
commit
f7446ba934
4 changed files with 22 additions and 1 deletions
|
@ -22,7 +22,15 @@ TriggersDef = {
|
|||
},
|
||||
addChecklistItem:{
|
||||
matchingFields: ["boardId","checklistItemId"]
|
||||
},
|
||||
addAttachment:{
|
||||
matchingFields: ["boardId","checklistId"]
|
||||
},
|
||||
deleteAttachment:{
|
||||
matchingFields: ["boardId","checklistItemId"]
|
||||
}
|
||||
|
||||
|
||||
}
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue