mirror of
https://github.com/snipe/snipe-it.git
synced 2025-01-23 11:43:47 -08:00
Fixed status label create error
Signed-off-by: snipe <snipe@snipe.net>
This commit is contained in:
parent
e1784394b3
commit
7e9e5214ef
|
@ -51,8 +51,7 @@ class StatuslabelsController extends Controller
|
||||||
|
|
||||||
return view('statuslabels/edit')
|
return view('statuslabels/edit')
|
||||||
->with('item', new Statuslabel)
|
->with('item', new Statuslabel)
|
||||||
->with('statuslabel_types', Helper::statusTypeList())
|
->with('statuslabel_types', Helper::statusTypeList());
|
||||||
->with('use_statuslabel_type', (new Statuslabel)->getStatuslabelType());
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue