Merge branch 'devel' of https://github.com/andresmanelli/wekan into andresmanelli-devel

This commit is contained in:
Lauri Ojansivu 2017-10-03 14:03:15 +03:00
commit d6ef4a8266
3 changed files with 8 additions and 4 deletions

View file

@ -29,7 +29,10 @@ Meteor.methods({
text: `${text}`,
};
['cardId', 'listId', 'oldListId', 'boardId'].forEach((key) => {
[ 'cardId', 'listId', 'oldListId',
'boardId', 'comment', 'user',
'card', 'commentId',
].forEach((key) => {
if (params[key]) value[key] = params[key];
});
value.description = description;