Update packages and meta data.

This commit is contained in:
James Cole
2023-01-04 20:40:57 +01:00
parent fa588db1a9
commit 7bd824e8cb
16 changed files with 92 additions and 200 deletions

View File

@@ -135,6 +135,7 @@ export default {
response: this.response,
delivery: this.delivery,
url: this.url,
active: this.active,
};
// post!

View File

@@ -281,6 +281,8 @@ export default {
$('#triggerButton').prop('disabled', true).addClass('disabled');
this.success_message = this.$t('firefly.webhook_was_triggered');
// TODO actually trigger the webhook.
axios.post('./api/v1/webhooks/' + this.id + '/trigger', {id: journalId});
}
if (e) {