mirror of
https://github.com/snipe/snipe-it.git
synced 2025-02-21 03:15:45 -08:00
Fixes #3779 - corrects presenter used for Consumables
This commit is contained in:
parent
a2d63dd3e4
commit
5b420fb4b9
|
@ -40,7 +40,7 @@ class ConsumablePresenter extends Presenter
|
|||
"sortable" => true,
|
||||
"title" => trans('general.name'),
|
||||
"visible" => true,
|
||||
"formatter" => 'componentsLinkFormatter',
|
||||
"formatter" => 'consumablesLinkFormatter',
|
||||
], [
|
||||
"field" => "category",
|
||||
"searchable" => true,
|
||||
|
|
Loading…
Reference in a new issue