release
This commit is contained in:
@ -24,6 +24,26 @@ class UserCrudController extends OrgController
|
||||
'label' => trans('backpack::permissionmanager.email'),
|
||||
'type' => 'email',
|
||||
],
|
||||
[
|
||||
'name' => 'phone',
|
||||
'label' => trans('backend.columnName.phone'),
|
||||
'type' => 'text',
|
||||
],
|
||||
[
|
||||
'name' => 'country',
|
||||
'label' => trans('backend.columnName.country'),
|
||||
'type' => 'text',
|
||||
],
|
||||
[
|
||||
'name' => 'company',
|
||||
'label' => trans('backend.columnName.company'),
|
||||
'type' => 'text',
|
||||
],
|
||||
[
|
||||
'name' => 'job_title',
|
||||
'label' => trans('backend.columnName.job_title'),
|
||||
'type' => 'text',
|
||||
],
|
||||
[ // n-n relationship (with pivot table)
|
||||
'label' => trans('backpack::permissionmanager.roles'), // Table column heading
|
||||
'type' => 'select_multiple',
|
||||
|
Reference in New Issue
Block a user