From 9fe84a2b7da89907da825a99baf54cad27f69604 Mon Sep 17 00:00:00 2001 From: chansizzle <14916599+chansizzle@users.noreply.github.com> Date: Wed, 8 Jan 2020 20:48:58 -0700 Subject: [PATCH] Update app_config.php (#5040) * Update app_config.php --- app/ring_groups/app_config.php | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/app/ring_groups/app_config.php b/app/ring_groups/app_config.php index 1df008c036..f300cd1c5c 100644 --- a/app/ring_groups/app_config.php +++ b/app/ring_groups/app_config.php @@ -173,10 +173,12 @@ $z++; $apps[$x]['db'][$y]['fields'][$z]['name'] = "ring_group_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'] = "ring_group_extension"; $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 extension."; $z++; $apps[$x]['db'][$y]['fields'][$z]['name'] = "ring_group_greeting"; @@ -219,6 +221,7 @@ $z++; $apps[$x]['db'][$y]['fields'][$z]['name'] = "ring_group_strategy"; $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'] = "Select the strategy."; $z++; $apps[$x]['db'][$y]['fields'][$z]['name'] = "ring_group_timeout_app"; @@ -255,6 +258,7 @@ $z++; $apps[$x]['db'][$y]['fields'][$z]['name'] = "ring_group_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'] = "Enter the description."; $z++; $apps[$x]['db'][$y]['fields'][$z]['name'] = "dialplan_uuid";