Finished triggers improvements

This commit is contained in:
Angelo Gallarello 2019-01-02 14:45:45 +01:00
parent 196fef3a1b
commit 25968a35cc
7 changed files with 88 additions and 67 deletions

View file

@ -1,6 +1,6 @@
TriggersDef = {
createCard:{
matchingFields: ['boardId', 'listName','userId','swimlaneName'],
matchingFields: ['boardId', 'listName','userId','swimlaneName','cardTitle'],
},
moveCard:{
matchingFields: ['boardId', 'listName', 'oldListName','userId','swimlaneName'],