mirror of
https://github.com/snipe/snipe-it.git
synced 2024-12-25 13:44:06 -08:00
Fixed #6464 - added company name to searchable field in user search
This commit is contained in:
parent
9f73fcf308
commit
f6c0e7cc9c
|
@ -100,6 +100,7 @@ class User extends SnipeModel implements AuthenticatableContract, AuthorizableCo
|
|||
'userloc' => ['name'],
|
||||
'department' => ['name'],
|
||||
'groups' => ['name'],
|
||||
'company' => ['name'],
|
||||
'manager' => ['first_name', 'last_name', 'username']
|
||||
];
|
||||
|
||||
|
|
Loading…
Reference in a new issue