diff options
author | Frederic Guillot <fred@kanboard.net> | 2016-05-26 08:47:52 -0400 |
---|---|---|
committer | Frederic Guillot <fred@kanboard.net> | 2016-05-26 08:47:52 -0400 |
commit | b584285ddcc38586894d0044d7d6d8a5a974c473 (patch) | |
tree | 96d8d1db7d66e8e24c121ee23215742944f90685 /app/Template/config | |
parent | f2cce5ade869420bb73d5af2ad17907b1c3bb3da (diff) |
Remove webhook endpoint to create tasks (breaking change)
Diffstat (limited to 'app/Template/config')
-rw-r--r-- | app/Template/config/webhook.php | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/app/Template/config/webhook.php b/app/Template/config/webhook.php index 5db1fa6e..3bba907c 100644 --- a/app/Template/config/webhook.php +++ b/app/Template/config/webhook.php @@ -16,7 +16,7 @@ </section> <div class="page-header"> - <h2><?= t('URL and token') ?></h2> + <h2><?= t('Webhook token') ?></h2> </div> <section class="listing"> <ul> @@ -25,10 +25,6 @@ <strong><?= $this->text->e($values['webhook_token']) ?></strong> </li> <li> - <?= t('URL for task creation:') ?> - <input type="text" class="auto-select" readonly="readonly" value="<?= $this->url->href('webhook', 'task', array('token' => $values['webhook_token']), false, '', true) ?>"> - </li> - <li> <?= $this->url->link(t('Reset token'), 'config', 'token', array('type' => 'webhook'), true) ?> </li> </ul> |