3
0
mirror of https://github.com/snipe/snipe-it.git synced 2026-03-11 11:01:23 +00:00

change message from error to warning

This commit is contained in:
Godfrey M
2025-06-10 15:10:10 -07:00
parent ae46264707
commit 5500a42744

View File

@ -59,7 +59,7 @@ class BulkAssetsController extends Controller
$asset_tags = implode(', ', array_column($status_check['tags'], 'asset_tag'));
$asset_ids = $status_check['asset_ids'];
session()->flash('error', trans('admin/hardware/message.undeployable', ['asset_tags' => $asset_tags]));
session()->flash('warning', trans('admin/hardware/message.undeployable', ['asset_tags' => $asset_tags]));
}
$request->session()->flashInput(['selected_assets' => $asset_ids]);