mirror of
https://github.com/snipe/snipe-it.git
synced 2025-02-21 03:15:45 -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 = [
|
protected $searchableRelations = [
|
||||||
'manufacturer' => ['name'],
|
'manufacturer' => ['name'],
|
||||||
'company' => ['name'],
|
'company' => ['name'],
|
||||||
|
'category' => ['name'],
|
||||||
];
|
];
|
||||||
|
|
||||||
public static function boot()
|
public static function boot()
|
||||||
|
|
Loading…
Reference in a new issue