From 8fd37c6c3cab79df8775d28d66bee0cde8ddcc7e Mon Sep 17 00:00:00 2001 From: FusionPBX Date: Fri, 2 Aug 2024 12:19:08 -0600 Subject: [PATCH] Delete needs to include dashboard_groups --- core/dashboard/resources/classes/dashboard.php | 1 + 1 file changed, 1 insertion(+) diff --git a/core/dashboard/resources/classes/dashboard.php b/core/dashboard/resources/classes/dashboard.php index 560de04a62..34f973bd95 100644 --- a/core/dashboard/resources/classes/dashboard.php +++ b/core/dashboard/resources/classes/dashboard.php @@ -87,6 +87,7 @@ if (!class_exists('dashboard')) { //add to the array if (!empty($record['checked']) && $record['checked'] == 'true' && is_uuid($record['dashboard_uuid'])) { $array[$this->table][$x]['dashboard_uuid'] = $record['dashboard_uuid']; + $array[$this->table.'_groups'][$x]['dashboard_uuid'] = $record['dashboard_uuid']; } //increment the id