Allow searching incidents by component_id. Closes #1873

This commit is contained in:
James Brooks
2016-06-02 08:46:59 +01:00
parent c33d297fa4
commit 15387b1da8

View File

@@ -71,6 +71,7 @@ class Incident extends Model implements HasPresenter
*/
protected $searchable = [
'id',
'component_id',
'name',
'status',
'visible',