From 5be42308478c3777b186b4c0d7f5c923f51e1d79 Mon Sep 17 00:00:00 2001 From: agree <37550360+greenbea@users.noreply.github.com> Date: Thu, 2 Apr 2020 19:23:25 -0400 Subject: [PATCH] Update app_config.php --- app/call_flows/app_config.php | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/app/call_flows/app_config.php b/app/call_flows/app_config.php index 9c2866e065..7cfe5535c9 100644 --- a/app/call_flows/app_config.php +++ b/app/call_flows/app_config.php @@ -167,6 +167,11 @@ $apps[$x]['db'][$y]['fields'][$z]['type'] = "text"; $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = "Enter the alernate application data."; $z++; + $apps[$x]['db'][$y]['fields'][$z]['name'] = "call_flow_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'] = "Select whether to enable or disable the call flow"; + $z++; $apps[$x]['db'][$y]['fields'][$z]['name'] = "call_flow_description"; $apps[$x]['db'][$y]['fields'][$z]['type'] = "text"; $apps[$x]['db'][$y]['fields'][$z]['search'] = 'true';