summaryrefslogtreecommitdiff
path: root/app/Template/config/webhook.php
diff options
context:
space:
mode:
authorFrederic Guillot <fred@kanboard.net>2015-05-18 21:04:06 -0400
committerFrederic Guillot <fred@kanboard.net>2015-05-18 21:04:06 -0400
commit6d5ffaa848dcbc09538f79cb0cdea08f5306f4a4 (patch)
tree2b782b7bc4b7f25cfa9021f7250450c7534f86cb /app/Template/config/webhook.php
parentdb95e96f92a15660dc043eb033a0f7737b59a030 (diff)
Send all Kanboard events to the webhook (breaking change)
Diffstat (limited to 'app/Template/config/webhook.php')
-rw-r--r--app/Template/config/webhook.php7
1 files changed, 2 insertions, 5 deletions
diff --git a/app/Template/config/webhook.php b/app/Template/config/webhook.php
index d4f06d3f..06f7870b 100644
--- a/app/Template/config/webhook.php
+++ b/app/Template/config/webhook.php
@@ -6,11 +6,8 @@
<?= $this->formCsrf() ?>
- <?= $this->formLabel(t('Webhook URL for task creation'), 'webhook_url_task_creation') ?>
- <?= $this->formText('webhook_url_task_creation', $values, $errors) ?><br/>
-
- <?= $this->formLabel(t('Webhook URL for task modification'), 'webhook_url_task_modification') ?>
- <?= $this->formText('webhook_url_task_modification', $values, $errors) ?><br/>
+ <?= $this->formLabel(t('Webhook URL'), 'webhook_url') ?>
+ <?= $this->formText('webhook_url', $values, $errors) ?>
<div class="form-actions">
<input type="submit" value="<?= t('Save') ?>" class="btn btn-blue"/>