Fixed rules about member and box dropdowns width

This commit is contained in:
Angelo Gallarello 2018-09-21 14:53:04 +02:00
parent 37a53e7466
commit 1f02321e27
7 changed files with 19 additions and 17 deletions

View file

@ -12,10 +12,10 @@ TriggersDef = {
matchingFields: ['boardId'],
},
joinMember:{
matchingFields: ['boardId', 'memberId'],
matchingFields: ['boardId', 'username'],
},
unjoinMember:{
matchingFields: ['boardId', 'memberId'],
matchingFields: ['boardId', 'username'],
},
addChecklist:{
matchingFields: ['boardId', 'checklistName'],