Fix deleting of campaigns and saving of custom data for campaign and also ensure...
[civicrm-core.git] / settings / Search.setting.php
index 043fe559bd22e35928670a0e09219d4bc324a5cd..4d5e198b07a422e7d07cad9e91fe2fa18ca2125b 100644 (file)
@@ -42,11 +42,7 @@ return [
     'name' => 'search_autocomplete_count',
     'type' => 'Integer',
     'quick_form_type' => 'Element',
-    'html_type' => 'text',
-    'html_attributes' => [
-      'size' => 2,
-      'maxlength' => 2,
-    ],
+    'html_type' => 'number',
     'default' => 10,
     'add' => '4.3',
     'title' => 'Autocomplete Results',
@@ -167,7 +163,7 @@ return [
     'name' => 'smartGroupCacheTimeout',
     'type' => 'Integer',
     'quick_form_type' => 'Element',
-    'html_type' => 'text',
+    'html_type' => 'number',
     'default' => 5,
     'add' => '4.6',
     'title' => 'Smart group cache timeout',
@@ -238,8 +234,8 @@ return [
     'name' => 'quicksearch_options',
     'type' => 'string',
     'serialize' => CRM_Core_DAO::SERIALIZE_SEPARATOR_BOOKEND,
-    'quick_form_type' => 'CheckBoxes',
     'html_type' => 'checkboxes',
+    'sortable' => TRUE,
     'pseudoconstant' => [
       'callback' => 'CRM_Core_SelectValues::quicksearchOptions',
     ],