mirror of
https://github.com/fusionpbx/fusionpbx.git
synced 2025-12-30 00:53:50 +00:00
Delete needs to include dashboard_groups
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user