mirror of
https://github.com/snipe/snipe-it.git
synced 2025-02-02 08:21:09 -08:00
Added checkin_email to category listing
This commit is contained in:
parent
e750b2b2da
commit
a91e81fc42
|
@ -50,12 +50,20 @@ class CategoryPresenter extends Presenter
|
|||
"title" => trans('general.qty'),
|
||||
"visible" => true
|
||||
],[
|
||||
"field" => "eula",
|
||||
"field" => "has_eula",
|
||||
"searchable" => false,
|
||||
"sortable" => false,
|
||||
"title" => trans('admin/categories/table.eula_text'),
|
||||
"visible" => false,
|
||||
"formatter" => 'trueFalseFormatter',
|
||||
],[
|
||||
"field" => "checkin_email",
|
||||
"searchable" => false,
|
||||
"sortable" => true,
|
||||
"class" => 'css-envelope',
|
||||
"title" => 'Send Email',
|
||||
"visible" => true,
|
||||
"formatter" => 'trueFalseFormatter',
|
||||
],[
|
||||
"field" => "require_acceptance",
|
||||
"searchable" => false,
|
||||
|
|
Loading…
Reference in a new issue