From e7d9a8d4ab6bfee20684a0cf78126be589ab3ebb Mon Sep 17 00:00:00 2001 From: chansizzle <14916599+chansizzle@users.noreply.github.com> Date: Wed, 8 Jan 2020 20:42:17 -0700 Subject: [PATCH] Update app_config.php (#5034) * Update app_config.php * Update app_config.php Co-authored-by: FusionPBX --- app/ivr_menus/app_config.php | 3 +++ 1 file changed, 3 insertions(+) diff --git a/app/ivr_menus/app_config.php b/app/ivr_menus/app_config.php index 995f76f97c..8626f9a82f 100644 --- a/app/ivr_menus/app_config.php +++ b/app/ivr_menus/app_config.php @@ -174,10 +174,12 @@ $z++; $apps[$x]['db'][$y]['fields'][$z]['name'] = "ivr_menu_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'] = ""; $z++; $apps[$x]['db'][$y]['fields'][$z]['name'] = "ivr_menu_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'] = ""; $z++; $apps[$x]['db'][$y]['fields'][$z]['name'] = "ivr_menu_language"; @@ -271,6 +273,7 @@ $apps[$x]['db'][$y]['fields'][$z]['name']['text'] = "ivr_menu_description"; $apps[$x]['db'][$y]['fields'][$z]['name']['deprecated'] = "ivr_menu_desc"; $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'] = ""; $y++;