mirror of
https://github.com/wekan/wekan.git
synced 2025-12-16 23:40:13 +01:00
Progress on triggers UI
This commit is contained in:
parent
fda4e954eb
commit
2f24dcfc7d
6 changed files with 100 additions and 87 deletions
|
|
@ -14,7 +14,7 @@ TriggersDef = {
|
|||
joinMember:{
|
||||
matchingFields: ["boardId","memberId"]
|
||||
},
|
||||
unJoinMember:{
|
||||
unjoinMember:{
|
||||
matchingFields: ["boardId","memberId"]
|
||||
},
|
||||
addChecklist:{
|
||||
|
|
@ -23,23 +23,36 @@ TriggersDef = {
|
|||
removeChecklist:{
|
||||
matchingFields: ["boardId","checklistId"]
|
||||
},
|
||||
addChecklistItem:{
|
||||
completeChecklist:{
|
||||
matchingFields: ["boardId","checklistId"]
|
||||
},
|
||||
uncompleteChecklist:{
|
||||
matchingFields: ["boardId","checklistId"]
|
||||
},
|
||||
addedChecklistItem:{
|
||||
matchingFields: ["boardId","checklistItemId"]
|
||||
},
|
||||
removedChecklistItem:{
|
||||
matchingFields: ["boardId","checklistItemId"]
|
||||
},
|
||||
checkedItem:{
|
||||
matchingFields: ["boardId","checklistId"]
|
||||
matchingFields: ["boardId","checklistItemId"]
|
||||
},
|
||||
uncheckedItem:{
|
||||
matchingFields: ["boardId","checklistItemId"]
|
||||
},
|
||||
addAttachment:{
|
||||
matchingFields: ["boardId","checklistId"]
|
||||
matchingFields: ["boardId"]
|
||||
},
|
||||
deleteAttachment:{
|
||||
matchingFields: ["boardId","checklistItemId"]
|
||||
matchingFields: ["boardId"]
|
||||
},
|
||||
addedLabel:{
|
||||
matchingFields: ["boardId","labelId"]
|
||||
},
|
||||
removedLabel:{
|
||||
matchingFields: ["boardId","labelId"]
|
||||
}
|
||||
|
||||
|
||||
}
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue