From 098eff9050732ce3bfb78451b0d4870e7ffa4008 Mon Sep 17 00:00:00 2001 From: "Alexander A. Klimov" Date: Mon, 25 Apr 2016 12:30:50 +0200 Subject: [PATCH] Event history: preserve translation domain refs #11629 --- .../application/views/scripts/list/eventhistory.phtml | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/modules/monitoring/application/views/scripts/list/eventhistory.phtml b/modules/monitoring/application/views/scripts/list/eventhistory.phtml index 2ee788d60..a14e8eb56 100644 --- a/modules/monitoring/application/views/scripts/list/eventhistory.phtml +++ b/modules/monitoring/application/views/scripts/list/eventhistory.phtml @@ -12,6 +12,12 @@ if (! $this->compact): ?> partial( 'partials/event-history.phtml', - array('compact' => $this->compact, 'history' => $history, 'isOverview' => true, 'tableCssClass' => 'table-row-selectable') + array( + 'compact' => $this->compact, + 'history' => $history, + 'isOverview' => true, + 'tableCssClass' => 'table-row-selectable', + 'translationDomain' => $this->translationDomain + ) ) ?>