From 30e7ab14bdb1cf1106ea345564383c4a419b04d5 Mon Sep 17 00:00:00 2001 From: FusionPBX Date: Thu, 9 Jan 2020 20:10:36 -0700 Subject: [PATCH] Update app_config.php --- core/default_settings/app_config.php | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/core/default_settings/app_config.php b/core/default_settings/app_config.php index 2cb223979a..4264783bbf 100644 --- a/core/default_settings/app_config.php +++ b/core/default_settings/app_config.php @@ -463,18 +463,22 @@ $z++; $apps[$x]['db'][$y]['fields'][$z]['name'] = "default_setting_category"; $apps[$x]['db'][$y]['fields'][$z]['type'] = "text"; + $apps[$x]['db'][$y]['fields'][$z]['search'] = "true"; $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = "Enter the category."; $z++; $apps[$x]['db'][$y]['fields'][$z]['name'] = "default_setting_subcategory"; $apps[$x]['db'][$y]['fields'][$z]['type'] = "text"; + $apps[$x]['db'][$y]['fields'][$z]['search'] = "true"; $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = "Enter the subcategory."; $z++; $apps[$x]['db'][$y]['fields'][$z]['name'] = "default_setting_name"; $apps[$x]['db'][$y]['fields'][$z]['type'] = "text"; + $apps[$x]['db'][$y]['fields'][$z]['search'] = "true"; $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = "Enter the name."; $z++; $apps[$x]['db'][$y]['fields'][$z]['name'] = "default_setting_value"; $apps[$x]['db'][$y]['fields'][$z]['type'] = "text"; + $apps[$x]['db'][$y]['fields'][$z]['search'] = "true"; $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = "Enter the value."; $z++; $apps[$x]['db'][$y]['fields'][$z]['name'] = "default_setting_order"; @@ -487,6 +491,7 @@ $z++; $apps[$x]['db'][$y]['fields'][$z]['name'] = "default_setting_description"; $apps[$x]['db'][$y]['fields'][$z]['type'] = "text"; + $apps[$x]['db'][$y]['fields'][$z]['search'] = "true"; $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = ""; $y++;