Test against other types

This commit is contained in:
Marcus Moore
2025-09-18 17:21:27 -07:00
parent ac8a9e38f0
commit 7a3596c86d
2 changed files with 39 additions and 5 deletions
@@ -647,6 +647,7 @@ class BulkAssetsController extends Controller
$assets = Asset::findOrFail($asset_ids);
// Prevent checking out assets that are already checked out
if ($assets->pluck('assigned_to')->unique()->filter()->isNotEmpty()) {
// re-add the asset ids so the assets select is re-populated
$request->session()->flashInput(['selected_assets' => $asset_ids]);