diff --git a/CRM/Logging/ReportDetail.php b/CRM/Logging/ReportDetail.php index ad16340ec68b..99ed827d147e 100644 --- a/CRM/Logging/ReportDetail.php +++ b/CRM/Logging/ReportDetail.php @@ -103,9 +103,9 @@ public function __construct() { } $this->_columnHeaders = [ - 'field' => ['title' => ts('Field')], - 'from' => ['title' => ts('Changed From')], - 'to' => ['title' => ts('Changed To')], + 'field' => ['title' => ts('Field'), 'type' => CRM_Utils_Type::T_STRING], + 'from' => ['title' => ts('Changed From'), 'type' => CRM_Utils_Type::T_STRING], + 'to' => ['title' => ts('Changed To'), 'type' => CRM_Utils_Type::T_STRING], ]; } diff --git a/templates/CRM/Logging/ReportDetail.tpl b/templates/CRM/Logging/ReportDetail.tpl index bd95dd3a738f..3b562c64f039 100644 --- a/templates/CRM/Logging/ReportDetail.tpl +++ b/templates/CRM/Logging/ReportDetail.tpl @@ -9,6 +9,7 @@ *}