mirror of
https://github.com/snipe/snipe-it.git
synced 2025-03-05 20:52:15 -08:00
Fixed asset presenter to link to the company directly
Signed-off-by: snipe <snipe@snipe.net>
This commit is contained in:
parent
c8f2d9806a
commit
fca62a14f9
|
@ -35,7 +35,7 @@ class AssetPresenter extends Presenter
|
||||||
'switchable' => true,
|
'switchable' => true,
|
||||||
'title' => trans('general.company'),
|
'title' => trans('general.company'),
|
||||||
'visible' => false,
|
'visible' => false,
|
||||||
'formatter' => 'assetCompanyObjFilterFormatter',
|
'formatter' => 'companiesLinkObjFormatter',
|
||||||
], [
|
], [
|
||||||
'field' => 'name',
|
'field' => 'name',
|
||||||
'searchable' => true,
|
'searchable' => true,
|
||||||
|
|
Loading…
Reference in a new issue