mirror of
https://github.com/wekan/wekan.git
synced 2025-12-16 23:40:13 +01:00
Added swimlane trigger
This commit is contained in:
parent
b2f23d619d
commit
a2d756074f
8 changed files with 62 additions and 56 deletions
|
|
@ -1,9 +1,9 @@
|
|||
TriggersDef = {
|
||||
createCard:{
|
||||
matchingFields: ['boardId', 'listName','userId'],
|
||||
matchingFields: ['boardId', 'listName','userId','swimlaneName'],
|
||||
},
|
||||
moveCard:{
|
||||
matchingFields: ['boardId', 'listName', 'oldListName','userId'],
|
||||
matchingFields: ['boardId', 'listName', 'oldListName','userId','swimlaneName'],
|
||||
},
|
||||
archivedCard:{
|
||||
matchingFields: ['boardId','userId'],
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue