mirror of
https://github.com/wekan/wekan.git
synced 2026-03-06 05:40:16 +01:00
Merge branch 'master' into search
This commit is contained in:
commit
329256712b
74 changed files with 10566 additions and 1435 deletions
|
|
@ -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]}"`;
|
||||
});
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue