From c50ec08e24088446d4e566e14e27c60f3c3dea77 Mon Sep 17 00:00:00 2001 From: Coleman Watts Date: Thu, 12 Nov 2015 19:40:20 -0500 Subject: [PATCH] Fix description of searchDate pref to clarify that it affects relationships --- CRM/Upgrade/Incremental/sql/4.7.beta1.mysql.tpl | 5 ++++- xml/templates/civicrm_data.tpl | 2 +- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/CRM/Upgrade/Incremental/sql/4.7.beta1.mysql.tpl b/CRM/Upgrade/Incremental/sql/4.7.beta1.mysql.tpl index 4da0f8fe6e..da0aecd2cf 100644 --- a/CRM/Upgrade/Incremental/sql/4.7.beta1.mysql.tpl +++ b/CRM/Upgrade/Incremental/sql/4.7.beta1.mysql.tpl @@ -12,4 +12,7 @@ UPDATE civicrm_contact SET is_deceased = 0 WHERE is_deceased IS NULL; UPDATE civicrm_payment_processor_type pp LEFT JOIN civicrm_payment_processor p ON p.payment_processor_type_id = pp.id SET pp.is_recur = 1, p.is_recur = 1 -WHERE pp.name='PayPal_Express'; \ No newline at end of file +WHERE pp.name='PayPal_Express'; + +UPDATE civicrm_preferences_date SET description = 'Used in search forms and for relationships.' +WHERE name = 'searchDate'; diff --git a/xml/templates/civicrm_data.tpl b/xml/templates/civicrm_data.tpl index 164a6293cb..a4e90bc8be 100644 --- a/xml/templates/civicrm_data.tpl +++ b/xml/templates/civicrm_data.tpl @@ -1106,7 +1106,7 @@ VALUES ( 'creditCard' , 0, 10, 'M Y', '', 'Month and year only for credit card expiration.' ), ( 'custom' , 20, 20, '', '', 'Uses date range passed in by form field. Can pass in a posix date part parameter. Start and end offsets defined here are ignored.'), ( 'mailing' , 0, 1, '', '', 'Date and time. Used for scheduling mailings.' ), - ( 'searchDate' , 20, 20, '', '', 'Used in search forms.' ); + ( 'searchDate' , 20, 20, '', '', 'Used in search forms and for relationships.' ); -- various processor options -- 2.25.1