mirror of
https://github.com/wekan/wekan.git
synced 2025-12-27 20:58:48 +01:00
- Fix Outgoing Webhook messages for Checlists, Checklist Items, Card comments, Add/Remove CustomField to board.
Not yet fixed is Outgoing Webhook message about setting CustomField value. Thanks to xet7 ! Related #1969
This commit is contained in:
parent
7c89336ea9
commit
5283ba9ebb
6 changed files with 82 additions and 19 deletions
|
|
@ -180,6 +180,7 @@ if (Meteor.isServer) {
|
|||
if (activity.customFieldId) {
|
||||
const customField = activity.customField();
|
||||
params.customField = customField.name;
|
||||
params.customFieldValue = customField.text;
|
||||
}
|
||||
// Label activity did not work yet, unable to edit labels when tried this.
|
||||
//if (activity.labelId) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue