Added swimlane trigger

This commit is contained in:
Angelo Gallarello 2018-12-30 22:08:34 +01:00
parent b2f23d619d
commit a2d756074f
8 changed files with 62 additions and 56 deletions

View file

@ -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'],