From f049f621764b0981898a723945c27ce81e7ab9fe Mon Sep 17 00:00:00 2001 From: adixon Date: Wed, 23 Aug 2017 17:02:39 -0400 Subject: [PATCH] CRM-21063 add time to type, thanks @MegaphoneJon --- CRM/Report/Form/Campaign/SurveyDetails.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CRM/Report/Form/Campaign/SurveyDetails.php b/CRM/Report/Form/Campaign/SurveyDetails.php index 64fef2e389..95d7fbd0c7 100644 --- a/CRM/Report/Form/Campaign/SurveyDetails.php +++ b/CRM/Report/Form/Campaign/SurveyDetails.php @@ -185,7 +185,7 @@ class CRM_Report_Form_Campaign_SurveyDetails extends CRM_Report_Form { 'activity_date_time' => array( 'name' => 'activity_date_time', 'title' => ts('Date'), - 'type' => CRM_Utils_Type::T_DATE, + 'type' => CRM_Utils_Type::T_DATE + CRM_Utils_Type::T_TIME, ), ), 'filters' => array( @@ -211,7 +211,7 @@ class CRM_Report_Form_Campaign_SurveyDetails extends CRM_Report_Form { ), 'activity_date_time' => array( 'title' => ts('Date'), - 'type' => CRM_Utils_Type::T_DATE, + 'type' => CRM_Utils_Type::T_DATE + CRM_Utils_Type::T_TIME, 'operatorType' => CRM_Report_Form::OP_DATE, ), ), -- 2.25.1