mirror of
https://github.com/wekan/wekan.git
synced 2025-12-16 23:40:13 +01:00
Fixed rules about member and box dropdowns width
This commit is contained in:
parent
37a53e7466
commit
1f02321e27
7 changed files with 19 additions and 17 deletions
|
|
@ -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'],
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue