From fa23ffe255e8099e7ae9120b1e77d135936e4dd7 Mon Sep 17 00:00:00 2001 From: FusionPBX Date: Mon, 16 Sep 2024 21:41:31 -0600 Subject: [PATCH] Disable Call Block dashboard by default --- app/call_block/resources/dashboard/config.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/call_block/resources/dashboard/config.php b/app/call_block/resources/dashboard/config.php index 828634fb16..d220ccc517 100644 --- a/app/call_block/resources/dashboard/config.php +++ b/app/call_block/resources/dashboard/config.php @@ -27,7 +27,7 @@ $array['dashboard'][$x]['dashboard_column_span'] = '1'; $array['dashboard'][$x]['dashboard_row_span'] = '1'; $array['dashboard'][$x]['dashboard_details_state'] = 'disabled'; $array['dashboard'][$x]['dashboard_order'] = '50'; -$array['dashboard'][$x]['dashboard_enabled'] = 'true'; +$array['dashboard'][$x]['dashboard_enabled'] = 'false'; $array['dashboard'][$x]['dashboard_description'] = ''; $y = 0; $array['dashboard'][$x]['dashboard_groups'][$y]['dashboard_group_uuid'] = '7919f503-397c-4f98-a661-a60a738a1b1c';