From 5cb242a34ff64bc901b0a898c1175f49a5920eae Mon Sep 17 00:00:00 2001 From: FusionPBX Date: Thu, 9 Jan 2020 20:11:20 -0700 Subject: [PATCH] Update app_config.php --- core/domain_settings/app_config.php | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/core/domain_settings/app_config.php b/core/domain_settings/app_config.php index 190d12d12f..28f64b8ee8 100644 --- a/core/domain_settings/app_config.php +++ b/core/domain_settings/app_config.php @@ -77,14 +77,17 @@ $z++; $apps[$x]['db'][$y]['fields'][$z]['name'] = "domain_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'] = "domain_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'] = "domain_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'] = "domain_setting_value"; @@ -101,6 +104,7 @@ $z++; $apps[$x]['db'][$y]['fields'][$z]['name'] = "domain_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'] = ""; ?>