Make notes field searchable on status labels
Signed-off-by: snipe <snipe@snipe.net>
This commit is contained in:
parent
a4fd0c9c6d
commit
19413a63da
1 changed files with 1 additions and 1 deletions
|
@ -41,7 +41,7 @@ class Statuslabel extends SnipeModel
|
|||
*
|
||||
* @var array
|
||||
*/
|
||||
protected $searchableAttributes = ['name'];
|
||||
protected $searchableAttributes = ['name', 'notes'];
|
||||
|
||||
/**
|
||||
* The relations and their attributes that should be included when searching the model.
|
||||
|
|
Loading…
Add table
Reference in a new issue