- 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:
Lauri Ojansivu 2019-06-27 04:06:21 +03:00
parent 7c89336ea9
commit 5283ba9ebb
6 changed files with 82 additions and 19 deletions

View file

@ -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) {