mirror of
https://github.com/snipe/snipe-it.git
synced 2024-11-09 23:24:06 -08:00
Fixed #6386 - licenses not searching on category name
This commit is contained in:
parent
0eef0fc1dd
commit
192aa9eb71
|
@ -110,6 +110,7 @@ class License extends Depreciable
|
|||
protected $searchableRelations = [
|
||||
'manufacturer' => ['name'],
|
||||
'company' => ['name'],
|
||||
'category' => ['name'],
|
||||
];
|
||||
|
||||
public static function boot()
|
||||
|
|
Loading…
Reference in a new issue