From 90d76ab5d4c68a62ef7bd171cd699b5632084517 Mon Sep 17 00:00:00 2001 From: FusionPBX Date: Thu, 25 Jul 2019 18:55:44 -0600 Subject: [PATCH] Update app_config.php --- core/groups/app_config.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/core/groups/app_config.php b/core/groups/app_config.php index f71ed87411..d7ea74a435 100644 --- a/core/groups/app_config.php +++ b/core/groups/app_config.php @@ -121,7 +121,8 @@ $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'] = "group_order"; + $apps[$x]['db'][$y]['fields'][$z]['name']['text'] = "group_level"; + $apps[$x]['db'][$y]['fields'][$z]['name']['deprecated'] = "group_order"; $apps[$x]['db'][$y]['fields'][$z]['type'] = "numeric"; $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = ""; $z++;