diff --git a/CRM/Logging/Differ.php b/CRM/Logging/Differ.php index 4e7de5269c37..8a1de3d3c7fd 100644 --- a/CRM/Logging/Differ.php +++ b/CRM/Logging/Differ.php @@ -236,6 +236,7 @@ function titlesAndValuesForTable($table) { 'website_type_id' => CRM_Core_PseudoConstant::websiteType(), 'activity_type_id' => CRM_Core_PseudoConstant::activityType(TRUE, TRUE, FALSE, 'label', TRUE), 'case_type_id' => CRM_Case_PseudoConstant::caseType('label', FALSE), + 'priority_id' => CRM_Core_PseudoConstant::priority(), ); // for columns that appear in more than 1 table