From 629c851322a5281c3b404f15fc85f5939c3ccb07 Mon Sep 17 00:00:00 2001 From: eileen Date: Mon, 8 Oct 2018 21:37:01 +0100 Subject: [PATCH] Add metadata for editing contacts --- settings/Core.setting.php | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/settings/Core.setting.php b/settings/Core.setting.php index 661da7fb3d..fd0c2b2419 100644 --- a/settings/Core.setting.php +++ b/settings/Core.setting.php @@ -67,14 +67,16 @@ return array( ), 'default' => '123456789111214151617', 'add' => '4.1', - 'title' => 'Editing Contacts', + 'title' => ts('Editing Contacts'), 'is_domain' => 1, 'is_contact' => 0, - 'description' => NULL, + 'description' => ts('Select the sections that should be included when adding or editing a contact record. EXAMPLE: If your organization does not record Gender and Birth Date for individuals, then simplify the form by un-checking this option. Drag interface allows you to change the order of the panes displayed on contact add/edit screen.'), 'help_text' => NULL, + 'serialize' => CRM_Core_DAO::SERIALIZE_SEPARATOR_BOOKEND, ), 'advanced_search_options' => array( 'group_name' => 'CiviCRM Preferences', + 'group' => 'core', 'name' => 'advanced_search_options', 'type' => 'String', 'html_type' => 'checkboxes', @@ -83,11 +85,10 @@ return array( ), 'default' => '123456789101112131516171819', 'add' => '4.1', - 'title' => 'Contact Search', + 'title' => ts('Contact Search'), 'is_domain' => 1, 'is_contact' => 0, - 'description' => NULL, - 'help_text' => NULL, + 'description' => ts('Select the sections that should be included in the Basic and Advanced Search forms. EXAMPLE: If you don\'t track Relationships - then you do not need this section included in the advanced search form. Simplify the form by un-checking this option.'), ), 'user_dashboard_options' => array( 'group_name' => 'CiviCRM Preferences', -- 2.25.1