Merge branch 'master' into search

This commit is contained in:
John R. Supplee 2021-03-03 11:47:56 +02:00
commit 329256712b
74 changed files with 10566 additions and 1435 deletions

View file

@ -63,6 +63,7 @@ if (Meteor.isServer) {
'swimlaneId',
'customField',
'customFieldValue',
'attachmentId'
];
const responseFunc = data => {
const paramCommentId = data.commentId;
@ -124,6 +125,7 @@ if (Meteor.isServer) {
'oldSwimlane',
'label',
'attachment',
'attachmentId'
].forEach(key => {
if (quoteParams[key]) quoteParams[key] = `"${params[key]}"`;
});