Fixes #3779 - corrects presenter used for Consumables
This commit is contained in:
parent
a2d63dd3e4
commit
5b420fb4b9
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue