mirror of
https://github.com/snipe/snipe-it.git
synced 2024-12-24 21:24:13 -08:00
Try to make the select all checkbox work for users.
Not sure where/how this broke?
This commit is contained in:
parent
3c53ff9329
commit
4f1669189e
|
@ -24,11 +24,6 @@ class UserPresenter extends Presenter
|
|||
$layout = [
|
||||
[
|
||||
"field" => "checkbox",
|
||||
"searchable" => false,
|
||||
"sortable" => false,
|
||||
"switchable" => false,
|
||||
"title" => trans('admin/companies/table.title'),
|
||||
"visible" => false,
|
||||
"checkbox" => true
|
||||
],
|
||||
[
|
||||
|
|
Loading…
Reference in a new issue