mirror of
https://github.com/wekan/wekan.git
synced 2025-04-22 21:17:18 -04:00
Merge pull request #3620 from n8ores/master
Add attachmentId to the Webhook data
This commit is contained in:
commit
bf2446614c
1 changed files with 2 additions and 0 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