mirror of
https://github.com/snipe/snipe-it.git
synced 2024-12-25 21:54:14 -08:00
Add title field in Asset Maintenances list/filter/export (#5287)
This commit is contained in:
parent
787f2390fb
commit
99a9707a34
|
@ -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…
Reference in a new issue