In progress.

Thanks to xet7 !

Related #1969
This commit is contained in:
Lauri Ojansivu 2019-03-03 16:33:43 +02:00
parent ec30dd4788
commit 3bfc6ea8d7
3 changed files with 59 additions and 21 deletions

View file

@ -17,7 +17,7 @@ Meteor.methods({
check(params, Object);
const quoteParams = _.clone(params);
['card', 'list', 'oldList', 'board', 'comment'].forEach((key) => {
['card', 'list', 'oldList', 'board', 'oldBoard', 'comment', 'checklist', 'label', 'swimlane', 'oldSwimlane'].forEach((key) => {
if (quoteParams[key]) quoteParams[key] = `"${params[key]}"`;
});