From 721c4f0397550bc01038471b0cb7c8ff1c57eeb4 Mon Sep 17 00:00:00 2001 From: Ken West Date: Mon, 18 Nov 2013 15:04:02 +1100 Subject: [PATCH] CRM-13789 - alias added to Interviewer filter ---------------------------------------- * CRM-13789: Survey Report fails when filtering on Interviewer http://issues.civicrm.org/jira/browse/CRM-13789 --- CRM/Report/Form/Campaign/SurveyDetails.php | 1 + 1 file changed, 1 insertion(+) diff --git a/CRM/Report/Form/Campaign/SurveyDetails.php b/CRM/Report/Form/Campaign/SurveyDetails.php index 5f5b58b90a..fd6a91bf87 100644 --- a/CRM/Report/Form/Campaign/SurveyDetails.php +++ b/CRM/Report/Form/Campaign/SurveyDetails.php @@ -84,6 +84,7 @@ class CRM_Report_Form_Campaign_SurveyDetails extends CRM_Report_Form { 'fields' => array('contact_id' => array('title' => ts('Interviewer Name'))), 'filters' => array( 'contact_id' => array('name' => 'contact_id', + 'alias' => 'civicrm_activity_assignment', 'title' => ts('Interviewer Name'), 'type' => CRM_Utils_Type::T_INT, 'operatorType' => -- 2.25.1