Use ticket hook in downtime details

This commit is contained in:
Eric Lippmann 2020-09-30 09:30:57 +02:00
parent 5243160d5d
commit d42c912ea4
1 changed files with 1 additions and 1 deletions

View File

@ -45,7 +45,7 @@
</tr> </tr>
<tr title="<?= $this->translate('A comment, as entered by the author, associated with the scheduled downtime'); ?>"> <tr title="<?= $this->translate('A comment, as entered by the author, associated with the scheduled downtime'); ?>">
<th><?= $this->translate('Comment') ?></th> <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> </tr>
</tbody> </tbody>
</table> </table>