From d42c912ea476565222bf23d250b965a519b0adc6 Mon Sep 17 00:00:00 2001 From: Eric Lippmann Date: Wed, 30 Sep 2020 09:30:57 +0200 Subject: [PATCH] Use ticket hook in downtime details --- .../monitoring/application/views/scripts/downtime/show.phtml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/monitoring/application/views/scripts/downtime/show.phtml b/modules/monitoring/application/views/scripts/downtime/show.phtml index d23273379..4db03cbae 100644 --- a/modules/monitoring/application/views/scripts/downtime/show.phtml +++ b/modules/monitoring/application/views/scripts/downtime/show.phtml @@ -45,7 +45,7 @@ translate('Comment') ?> - nl2br($this->markdown($this->downtime->comment)) ?> + nl2br($this->createTicketLinks($this->markdown($downtime->comment))) ?>