Dashboard Edit: Add widget group assign/unassign feature (#7489)
* Dashboard Edit: Add widget group assign/unassign feature * Update dashboard.php * Update app_languages.php * Update index.php * Update dashboard_widget_edit.php * Update dashboard_widget_list.php * Update dashboard.php
This commit is contained in:
@@ -209,7 +209,7 @@
|
||||
|
||||
//redirect the user
|
||||
if (in_array($_POST['action'], array('copy', 'delete', 'toggle'))) {
|
||||
header('Location: dashboard_edit.php?id='.$dashboard_uuid);
|
||||
header('Location: dashboard_edit.php?id='.urlencode($dashboard_uuid));
|
||||
exit;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user