mirror of
https://github.com/snipe/snipe-it.git
synced 2025-03-05 20:52:15 -08:00
Added ->with(‘item’) back in
Signed-off-by: snipe <snipe@snipe.net>
This commit is contained in:
parent
3954ff20b4
commit
560311b883
|
@ -247,6 +247,7 @@ class AssetsController extends Controller
|
||||||
{
|
{
|
||||||
$this->authorize($asset);
|
$this->authorize($asset);
|
||||||
return view('hardware/edit')
|
return view('hardware/edit')
|
||||||
|
->with('item', $asset)
|
||||||
->with('statuslabel_list', Helper::statusLabelList())
|
->with('statuslabel_list', Helper::statusLabelList())
|
||||||
->with('statuslabel_types', Helper::statusTypeList());
|
->with('statuslabel_types', Helper::statusTypeList());
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue