checkboxes properly check

This commit is contained in:
Godfrey M
2025-07-17 11:56:52 -07:00
parent c8b213c190
commit 5df22b3e6a
3 changed files with 23 additions and 10 deletions
+2 -1
View File
@@ -128,7 +128,8 @@ class Handler extends ExceptionHandler
$ids = method_exists($e, 'getIds') ? $e->getIds() : [];
if (in_array('bulkedit', $ids, true)) {
$oldInput = session()->getOldInput();
session()->flashInput($oldInput ?? []);
return redirect()
->route('hardware.bulkedit')
->with('bulk_asset_errors', session()->pull('bulk_asset_errors'))