From d5590c026d22bc76ad05aa50e08ab0db7f64c5d3 Mon Sep 17 00:00:00 2001 From: FusionPBX Date: Wed, 15 Feb 2017 22:20:16 -0700 Subject: [PATCH] Update app_config.php --- app/destinations/app_config.php | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/app/destinations/app_config.php b/app/destinations/app_config.php index 4cc868d413..a549082ea1 100644 --- a/app/destinations/app_config.php +++ b/app/destinations/app_config.php @@ -21,7 +21,7 @@ $apps[$x]['description']['pt-br'] = ""; //destination details - $y = 0; + $y=0; $apps[$x]['destinations'][$y]['type'] = "sql"; $apps[$x]['destinations'][$y]['label'] = "destinations"; $apps[$x]['destinations'][$y]['name'] = "destinations"; @@ -37,7 +37,7 @@ $apps[$x]['destinations'][$y]['select_label'] = "\${destination} \${description}"; //permission details - $y = 0; + $y=0; $apps[$x]['permissions'][$y]['name'] = "destination_view"; $apps[$x]['permissions'][$y]['menu']['uuid'] = "fd2a708a-ff03-c707-c19d-5a4194375eba"; $apps[$x]['permissions'][$y]['groups'][] = "superadmin"; @@ -62,11 +62,11 @@ $apps[$x]['permissions'][$y]['groups'][] = 'superadmin'; $y++; - //schema details - $y = 0; //table array index - $z = 0; //field array index - $apps[$x]['db'][$y]['table'] = "v_destinations"; + $y=0; + $apps[$x]['db'][$y]['table']['name'] = "v_destinations"; + $apps[$x]['db'][$y]['table']['parent'] = ""; + $z=0; $apps[$x]['db'][$y]['fields'][$z]['name'] = "domain_uuid"; $apps[$x]['db'][$y]['fields'][$z]['type']['pgsql'] = "uuid"; $apps[$x]['db'][$y]['fields'][$z]['type']['sqlite'] = "text"; @@ -150,4 +150,4 @@ $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = "Enter the accountcode."; $z++; -?> \ No newline at end of file +?>