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:
@ -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]);
|
||||
|
||||
Reference in New Issue
Block a user