Add title field in Asset Maintenances list/filter/export (#5287)
This commit is contained in:
parent
787f2390fb
commit
99a9707a34
1 changed files with 5 additions and 0 deletions
|
@ -70,6 +70,11 @@ class AssetMaintenancesPresenter extends Presenter
|
||||||
"searchable" => true,
|
"searchable" => true,
|
||||||
"sortable" => true,
|
"sortable" => true,
|
||||||
"title" => trans('admin/asset_maintenances/form.asset_maintenance_type'),
|
"title" => trans('admin/asset_maintenances/form.asset_maintenance_type'),
|
||||||
|
], [
|
||||||
|
"field" => "title",
|
||||||
|
"searchable" => true,
|
||||||
|
"sortable" => true,
|
||||||
|
"title" => trans('admin/asset_maintenances/form.title'),
|
||||||
], [
|
], [
|
||||||
"field" => "created_at",
|
"field" => "created_at",
|
||||||
"searchable" => true,
|
"searchable" => true,
|
||||||
|
|
Loading…
Add table
Reference in a new issue