mirror of
https://github.com/snipe/snipe-it.git
synced 2025-03-05 12:40:39 -08:00
Allows sorting by whether or not the category requires acceptance
This commit is contained in:
parent
7e8d670f81
commit
f6a38e848a
|
@ -72,7 +72,7 @@ class CategoryPresenter extends Presenter
|
|||
], [
|
||||
"field" => "require_acceptance",
|
||||
"searchable" => false,
|
||||
"sortable" => false,
|
||||
"sortable" => true,
|
||||
"title" => trans('admin/categories/table.require_acceptance'),
|
||||
"visible" => true,
|
||||
"formatter" => 'trueFalseFormatter',
|
||||
|
|
Loading…
Reference in a new issue