From d0e6de231c68fa113a664b6c4f3134fb0eaee0a9 Mon Sep 17 00:00:00 2001 From: FusionPBX Date: Thu, 9 Jan 2020 20:08:07 -0700 Subject: [PATCH] Update app_config.php --- core/users/app_config.php | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/core/users/app_config.php b/core/users/app_config.php index f4f83282ea..9d1c91c3af 100644 --- a/core/users/app_config.php +++ b/core/users/app_config.php @@ -177,6 +177,7 @@ $z++; $apps[$x]['db'][$y]['fields'][$z]['name'] = "username"; $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'] = ""; $z++; $apps[$x]['db'][$y]['fields'][$z]['name'] = "password"; @@ -266,6 +267,7 @@ $apps[$x]['db'][$y]['fields'][$z]['name']['text'] = "group_name"; $apps[$x]['db'][$y]['fields'][$z]['name']['deprecated'] = "groupid"; $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'] = ""; $z++; $apps[$x]['db'][$y]['fields'][$z]['name'] = "group_uuid"; @@ -279,6 +281,7 @@ $z++; $apps[$x]['db'][$y]['fields'][$z]['name'] = "username"; $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'] = ""; $apps[$x]['db'][$y]['fields'][$z]['deprecated'] = "true"; $z++; @@ -321,14 +324,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"; @@ -345,6 +351,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'] = ""; ?>