From 38a664191c8cdb32528e70c56c0d67eac3120179 Mon Sep 17 00:00:00 2001 From: chansizzle <14916599+chansizzle@users.noreply.github.com> Date: Wed, 8 Jan 2020 20:37:03 -0700 Subject: [PATCH] Update app_config.php (#5025) --- app/destinations/app_config.php | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/app/destinations/app_config.php b/app/destinations/app_config.php index adecf431f0..2981e99807 100644 --- a/app/destinations/app_config.php +++ b/app/destinations/app_config.php @@ -154,11 +154,13 @@ $apps[$x]['db'][$y]['fields'][$z]['name']['text'] = "destination_type"; $apps[$x]['db'][$y]['fields'][$z]['name']['deprecated'] = "destination_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'] = "Select the type."; $z++; $apps[$x]['db'][$y]['fields'][$z]['name']['text'] = "destination_number"; $apps[$x]['db'][$y]['fields'][$z]['name']['deprecated'] = "destination_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 number."; $z++; $apps[$x]['db'][$y]['fields'][$z]['name'] = "destination_prefix"; @@ -171,10 +173,12 @@ $z++; $apps[$x]['db'][$y]['fields'][$z]['name'] = "destination_caller_id_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 caller id name."; $z++; $apps[$x]['db'][$y]['fields'][$z]['name'] = "destination_caller_id_number"; $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 caller id number."; $z++; $apps[$x]['db'][$y]['fields'][$z]['name'] = "destination_cid_name_prefix"; @@ -183,6 +187,7 @@ $z++; $apps[$x]['db'][$y]['fields'][$z]['name'] = "destination_context"; $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 context."; $z++; $apps[$x]['db'][$y]['fields'][$z]['name'] = "destination_record"; @@ -191,6 +196,7 @@ $z++; $apps[$x]['db'][$y]['fields'][$z]['name'] = "destination_accountcode"; $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 accountcode."; $z++; $apps[$x]['db'][$y]['fields'][$z]['name'] = "destination_type_voice"; @@ -211,6 +217,7 @@ $z++; $apps[$x]['db'][$y]['fields'][$z]['name'] = "destination_data"; $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 data."; $z++; $apps[$x]['db'][$y]['fields'][$z]['name'] = "destination_alternate_app"; @@ -223,10 +230,12 @@ $z++; $apps[$x]['db'][$y]['fields'][$z]['name'] = "destination_enabled"; $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'] = "destination_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."; ?>