3
0
mirror of https://github.com/snipe/snipe-it.git synced 2026-02-04 15:55:31 +00:00

Make created_by searchable

Signed-off-by: snipe <snipe@snipe.net>
This commit is contained in:
snipe
2025-06-17 12:56:39 +01:00
parent 86f10bd702
commit c2c79ee231

View File

@ -45,7 +45,7 @@ class HistoryPresenter extends Presenter
],
[
'field' => 'created_by',
'searchable' => false,
'searchable' => true,
'sortable' => true,
'title' => trans('general.created_by'),
'visible' => true,