From 579275d31ecb6307f7c6312b9dc280fbb700c999 Mon Sep 17 00:00:00 2001 From: FusionPBX Date: Wed, 8 Jan 2020 09:45:51 -0700 Subject: [PATCH] Update app_config.php --- app/bridges/app_config.php | 3 +++ 1 file changed, 3 insertions(+) diff --git a/app/bridges/app_config.php b/app/bridges/app_config.php index 74ebed9002..254bb868bc 100644 --- a/app/bridges/app_config.php +++ b/app/bridges/app_config.php @@ -69,10 +69,12 @@ $z++; $apps[$x]['db'][$y]['fields'][$z]['name'] = 'bridge_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'] = 'bridge_destination'; $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 destination.'; $z++; $apps[$x]['db'][$y]['fields'][$z]['name'] = 'bridge_enabled'; @@ -81,6 +83,7 @@ $z++; $apps[$x]['db'][$y]['fields'][$z]['name'] = 'bridge_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++;