Remove webhook endpoint to create tasks (breaking change)
This commit is contained in:
@@ -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>
|
||||
@@ -24,10 +24,6 @@
|
||||
<?= t('Webhook token:') ?>
|
||||
<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>
|
||||
|
||||
Reference in New Issue
Block a user