mirror of
https://github.com/wekan/wekan.git
synced 2025-12-27 12:48:49 +01:00
[Add more Webhook translations](https://github.com/wekan/wekan/issues/1969).
In progress. Thanks to xet7 ! Related #1969
This commit is contained in:
parent
ec30dd4788
commit
3bfc6ea8d7
3 changed files with 59 additions and 21 deletions
|
|
@ -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]}"`;
|
||||
});
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue