mirror of
https://github.com/snipe/snipe-it.git
synced 2025-01-12 14:27:33 -08:00
Fixed: #12109
This commit is contained in:
parent
da0efaa278
commit
2fc7a15372
|
@ -82,14 +82,6 @@ class CategoryPresenter extends Presenter
|
||||||
"title" => trans('admin/categories/general.use_default_eula_column'),
|
"title" => trans('admin/categories/general.use_default_eula_column'),
|
||||||
'visible' => true,
|
'visible' => true,
|
||||||
"formatter" => 'trueFalseFormatter',
|
"formatter" => 'trueFalseFormatter',
|
||||||
],[
|
|
||||||
"field" => "checkin_email",
|
|
||||||
"searchable" => false,
|
|
||||||
"sortable" => true,
|
|
||||||
"class" => 'css-envelope',
|
|
||||||
"title" => 'Send Email',
|
|
||||||
"visible" => true,
|
|
||||||
"formatter" => 'trueFalseFormatter',
|
|
||||||
],[
|
],[
|
||||||
"field" => "require_acceptance",
|
"field" => "require_acceptance",
|
||||||
"searchable" => false,
|
"searchable" => false,
|
||||||
|
|
Loading…
Reference in a new issue