Allow searching incidents by component_id. Closes #1873
This commit is contained in:
@@ -71,6 +71,7 @@ class Incident extends Model implements HasPresenter
|
||||
*/
|
||||
protected $searchable = [
|
||||
'id',
|
||||
'component_id',
|
||||
'name',
|
||||
'status',
|
||||
'visible',
|
||||
|
||||
Reference in New Issue
Block a user