mirror of
https://github.com/wekan/wekan.git
synced 2025-09-22 01:50:48 +02:00
Try to get some label outgoing webhooks working.
Thanks to xet7 ! Related #4898
This commit is contained in:
parent
b64715f70a
commit
b40654cdfe
3 changed files with 23 additions and 11 deletions
|
@ -66,6 +66,8 @@ if (Meteor.isServer) {
|
|||
'swimlaneId',
|
||||
'customField',
|
||||
'customFieldValue',
|
||||
'labelId',
|
||||
'label',
|
||||
'attachmentId',
|
||||
];
|
||||
const responseFunc = data => {
|
||||
|
@ -126,6 +128,7 @@ if (Meteor.isServer) {
|
|||
'checklist',
|
||||
'swimlane',
|
||||
'oldSwimlane',
|
||||
'labelId',
|
||||
'label',
|
||||
'attachment',
|
||||
'attachmentId',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue