mirror of
https://github.com/snipe/snipe-it.git
synced 2025-03-05 20:52:15 -08:00
Make notes field searchable on status labels
Signed-off-by: snipe <snipe@snipe.net>
This commit is contained in:
parent
a4fd0c9c6d
commit
19413a63da
|
@ -41,7 +41,7 @@ class Statuslabel extends SnipeModel
|
||||||
*
|
*
|
||||||
* @var array
|
* @var array
|
||||||
*/
|
*/
|
||||||
protected $searchableAttributes = ['name'];
|
protected $searchableAttributes = ['name', 'notes'];
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* The relations and their attributes that should be included when searching the model.
|
* The relations and their attributes that should be included when searching the model.
|
||||||
|
|
Loading…
Reference in a new issue