From e631e6a8f989cedcedad517a1ca708eb810a022b Mon Sep 17 00:00:00 2001 From: FusionPBX Date: Sat, 17 Jun 2017 11:35:52 -0600 Subject: [PATCH] Update app_config.php --- app/extensions/app_config.php | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/app/extensions/app_config.php b/app/extensions/app_config.php index 32260e9a7c..5291e5665c 100644 --- a/app/extensions/app_config.php +++ b/app/extensions/app_config.php @@ -262,7 +262,12 @@ $apps[$x]['db'][$y]['fields'][$z]['type'] = "text"; $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = ""; $z++; - $apps[$x]['db'][$y]['fields'][$z]['name'] = "directory_full_name"; + $apps[$x]['db'][$y]['fields'][$z]['name']['text'] = "directory_first_name"; + $apps[$x]['db'][$y]['fields'][$z]['name']['deprecated'] = "directory_full_name"; + $apps[$x]['db'][$y]['fields'][$z]['type'] = "text"; + $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = ""; + $z++; + $apps[$x]['db'][$y]['fields'][$z]['name'] = "directory_last_name"; $apps[$x]['db'][$y]['fields'][$z]['type'] = "text"; $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = ""; $z++;