Use ticket hook in downtime details
This commit is contained in:
parent
5243160d5d
commit
d42c912ea4
|
@ -45,7 +45,7 @@
|
|||
</tr>
|
||||
<tr title="<?= $this->translate('A comment, as entered by the author, associated with the scheduled downtime'); ?>">
|
||||
<th><?= $this->translate('Comment') ?></th>
|
||||
<td><?= $this->nl2br($this->markdown($this->downtime->comment)) ?></td>
|
||||
<td><?= $this->nl2br($this->createTicketLinks($this->markdown($downtime->comment))) ?></td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
|
|
Loading…
Reference in New Issue