From bec0c0f013010a9e962b7a94a785f200a4518d04 Mon Sep 17 00:00:00 2001 From: chansizzle <14916599+chansizzle@users.noreply.github.com> Date: Wed, 8 Jan 2020 13:10:48 -0700 Subject: [PATCH] Update app_config.php (#5019) --- app/conference_controls/app_config.php | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/app/conference_controls/app_config.php b/app/conference_controls/app_config.php index ee0659c8e1..eb4313478d 100644 --- a/app/conference_controls/app_config.php +++ b/app/conference_controls/app_config.php @@ -79,6 +79,7 @@ $z++; $apps[$x]['db'][$y]['fields'][$z]['name'] = "control_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 conference control name."; $z++; $apps[$x]['db'][$y]['fields'][$z]['name'] = "control_enabled"; @@ -87,6 +88,7 @@ $z++; $apps[$x]['db'][$y]['fields'][$z]['name'] = "control_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."; $y++; @@ -109,18 +111,22 @@ $z++; $apps[$x]['db'][$y]['fields'][$z]['name'] = "control_digits"; $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 digits."; $z++; $apps[$x]['db'][$y]['fields'][$z]['name'] = "control_action"; $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 action."; $z++; $apps[$x]['db'][$y]['fields'][$z]['name'] = "control_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'] = "control_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'] = "Set the status of the control."; ?>