mirror of
https://github.com/snipe/snipe-it.git
synced 2024-12-25 05:34:06 -08:00
Added employee number back into user listings
This commit is contained in:
parent
da66eecd74
commit
1682867d02
|
@ -78,13 +78,21 @@ class UserPresenter extends Presenter
|
|||
"visible" => true,
|
||||
"formatter" => "usersLinkFormatter"
|
||||
],
|
||||
[
|
||||
"field" => "employee_num",
|
||||
"searchable" => true,
|
||||
"sortable" => true,
|
||||
"switchable" => true,
|
||||
"title" => trans('admin/users/table.employee_num'),
|
||||
"visible" => false
|
||||
],
|
||||
[
|
||||
"field" => "location",
|
||||
"searchable" => true,
|
||||
"sortable" => true,
|
||||
"switchable" => true,
|
||||
"title" => trans('admin/users/table.location'),
|
||||
"true" => false,
|
||||
"visible" => true,
|
||||
"formatter" => "locationsLinkObjFormatter"
|
||||
],
|
||||
[
|
||||
|
|
Loading…
Reference in a new issue