Applies PR #9761 to integration

Signed-off-by: snipe <snipe@snipe.net>
This commit is contained in:
snipe
2021-06-28 13:11:22 -07:00
parent 7af4c3a15f
commit a016f4ecd0
3 changed files with 3 additions and 2 deletions
+1 -1
View File
@@ -43,7 +43,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.