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
88b1da4260
commit
67d2953080
|
@ -104,6 +104,7 @@ class License extends Depreciable
|
|||
protected $searchableRelations = [
|
||||
'manufacturer' => ['name'],
|
||||
'company' => ['name'],
|
||||
'category' => ['name'],
|
||||
];
|
||||
|
||||
/**
|
||||
|
|
Loading…
Reference in a new issue