From 63c8cb9edae3141ef92ab61164331f274a0bc977 Mon Sep 17 00:00:00 2001 From: chansizzle <14916599+chansizzle@users.noreply.github.com> Date: Wed, 8 Jan 2020 20:45:55 -0700 Subject: [PATCH] Update app_config.php (#5044) * Update app_config.php --- app/voicemails/app_config.php | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/app/voicemails/app_config.php b/app/voicemails/app_config.php index 30f885816c..8b737e0e7b 100644 --- a/app/voicemails/app_config.php +++ b/app/voicemails/app_config.php @@ -297,6 +297,7 @@ $z++; $apps[$x]['db'][$y]['fields'][$z]['name'] = "voicemail_id"; $apps[$x]['db'][$y]['fields'][$z]['type'] = "numeric"; + $apps[$x]['db'][$y]['fields'][$z]['search'] = 'true'; $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = "Enter the voicemail id."; $z++; $apps[$x]['db'][$y]['fields'][$z]['name'] = "voicemail_password"; @@ -313,6 +314,7 @@ $z++; $apps[$x]['db'][$y]['fields'][$z]['name'] = "voicemail_mail_to"; $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 email address to send voicemail to."; $z++; $apps[$x]['db'][$y]['fields'][$z]['name'] = "voicemail_sms_to"; @@ -333,6 +335,7 @@ $z++; $apps[$x]['db'][$y]['fields'][$z]['name'] = "voicemail_local_after_email"; $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'] = "Choose to keep the voicemail file after sending the email."; $z++; $apps[$x]['db'][$y]['fields'][$z]['name'] = "voicemail_enabled"; @@ -341,6 +344,7 @@ $z++; $apps[$x]['db'][$y]['fields'][$z]['name'] = "voicemail_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'] = "voicemail_name_base64";