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:
Alex
2025-09-10 13:55:59 -07:00
committed by GitHub
parent eb0b92823a
commit abf431ea3b
5 changed files with 273 additions and 16 deletions
+1 -1
View File
@@ -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;
}
}