mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-10-12 15:35:15 +00:00
Update packages and meta data.
This commit is contained in:
@@ -135,6 +135,7 @@ export default {
|
||||
response: this.response,
|
||||
delivery: this.delivery,
|
||||
url: this.url,
|
||||
active: this.active,
|
||||
};
|
||||
|
||||
// post!
|
||||
|
@@ -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) {
|
||||
|
Reference in New Issue
Block a user