Try to make the select all checkbox work for users.

Not sure where/how this broke?
This commit is contained in:
snipe 2017-03-03 17:30:37 -08:00
parent 3c53ff9329
commit 4f1669189e

View file

@ -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
],
[