Add stickied incident
This commit is contained in:
@@ -75,6 +75,7 @@ class IncidentController extends AbstractApiController
|
||||
Binput::get('component_id'),
|
||||
Binput::get('component_status'),
|
||||
Binput::get('notify', true),
|
||||
Binput::get('stickied', false),
|
||||
Binput::get('created_at'),
|
||||
Binput::get('template'),
|
||||
Binput::get('vars')
|
||||
@@ -105,6 +106,7 @@ class IncidentController extends AbstractApiController
|
||||
Binput::get('component_id'),
|
||||
Binput::get('component_status'),
|
||||
Binput::get('notify', true),
|
||||
Binput::get('stickied', false),
|
||||
Binput::get('created_at'),
|
||||
Binput::get('template'),
|
||||
Binput::get('vars')
|
||||
|
||||
@@ -115,6 +115,7 @@ class IncidentController extends Controller
|
||||
Binput::get('component_id'),
|
||||
Binput::get('component_status'),
|
||||
Binput::get('notify', false),
|
||||
Binput::get('stickied', false),
|
||||
Binput::get('created_at'),
|
||||
null,
|
||||
null
|
||||
@@ -240,6 +241,7 @@ class IncidentController extends Controller
|
||||
Binput::get('component_id'),
|
||||
Binput::get('component_status'),
|
||||
Binput::get('notify', true),
|
||||
Binput::get('stickied', false),
|
||||
Binput::get('created_at'),
|
||||
null,
|
||||
null
|
||||
|
||||
Reference in New Issue
Block a user