Add suggest menu for task ID
This commit is contained in:
@@ -69,6 +69,10 @@
|
||||
|
||||
<?php if (! empty($changes['description'])): ?>
|
||||
<p><strong><?= t('The description has been modified:') ?></strong></p>
|
||||
<div class="markdown"><?= $this->text->markdown($task['description']) ?></div>
|
||||
<?php if (isset($public)): ?>
|
||||
<div class="markdown"><?= $this->text->markdown($task['description'], true) ?></div>
|
||||
<?php else: ?>
|
||||
<div class="markdown"><?= $this->text->markdown($task['description']) ?></div>
|
||||
<?php endif ?>
|
||||
<?php endif ?>
|
||||
<?php endif ?>
|
||||
Reference in New Issue
Block a user