From bbcb46f7c4bc001e8657aaf987b5ec4cdcb2a61b Mon Sep 17 00:00:00 2001 From: FusionPBX Date: Thu, 9 Jan 2020 20:12:39 -0700 Subject: [PATCH] Update app_config.php --- core/user_settings/app_config.php | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/core/user_settings/app_config.php b/core/user_settings/app_config.php index 1bd509b44e..7e6bab5349 100644 --- a/core/user_settings/app_config.php +++ b/core/user_settings/app_config.php @@ -91,14 +91,17 @@ $z++; $apps[$x]['db'][$y]['fields'][$z]['name'] = "user_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'] = "user_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'] = "user_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'] = "user_setting_value"; @@ -115,6 +118,7 @@ $z++; $apps[$x]['db'][$y]['fields'][$z]['name'] = "user_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'] = ""; ?>