This commit is contained in:
Angelo Gallarello 2018-09-21 20:19:47 +02:00
parent 6201809810
commit dba5de1882
2 changed files with 9 additions and 9 deletions

View file

@ -81,13 +81,13 @@ BlazeComponent.extendComponent({
const desc = Utils.getTriggerActionDesc(event, this);
const boardId = Session.get('currentBoard');
datas.triggerVar.set({
activityType: 'moveCard',
boardId,
'listName':'*',
'oldListName': '*',
desc,
});
datas.triggerVar.set({
activityType: 'moveCard',
boardId,
'listName':'*',
'oldListName': '*',
desc,
});
},
'click .js-add-arc-trigger' (event) {
const datas = this.data();