mirror of
https://github.com/snipe/snipe-it.git
synced 2024-11-09 23:24:06 -08:00
Fixes #13609 - disallow sorting on age
Signed-off-by: snipe <snipe@snipe.net>
This commit is contained in:
parent
131ccaa5b9
commit
0b562d2f55
|
@ -142,8 +142,8 @@ class AssetPresenter extends Presenter
|
||||||
'formatter' => 'dateDisplayFormatter',
|
'formatter' => 'dateDisplayFormatter',
|
||||||
], [
|
], [
|
||||||
'field' => 'age',
|
'field' => 'age',
|
||||||
'searchable' => true,
|
'searchable' => false,
|
||||||
'sortable' => true,
|
'sortable' => false,
|
||||||
'visible' => false,
|
'visible' => false,
|
||||||
'title' => trans('general.age'),
|
'title' => trans('general.age'),
|
||||||
], [
|
], [
|
||||||
|
|
Loading…
Reference in a new issue