mirror of
https://github.com/snipe/snipe-it.git
synced 2025-03-05 20:52:15 -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'],
|
'userloc' => ['name'],
|
||||||
'department' => ['name'],
|
'department' => ['name'],
|
||||||
'groups' => ['name'],
|
'groups' => ['name'],
|
||||||
|
'company' => ['name'],
|
||||||
'manager' => ['first_name', 'last_name', 'username']
|
'manager' => ['first_name', 'last_name', 'username']
|
||||||
];
|
];
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue