Add Comment to comment details and use ticket hook

This commit is contained in:
Eric Lippmann 2020-09-30 09:30:34 +02:00
parent 7f48040637
commit 5243160d5d
1 changed files with 5 additions and 0 deletions

View File

@ -65,6 +65,11 @@
</td>
</tr>
<tr>
<th><?= $this->translate('Comment') ?></th>
<td><?= $this->nl2br($this->createTicketLinks($this->markdown($comment->comment))) ?></td>
</tr>
<?php if (isset($delCommentForm)): // Form is unset if the current user lacks the respective permission ?>
<tr class="newsection">
<th><?= $this->translate('Commands') ?></th>