Don't clean incident message. Part of #2236
This commit is contained in:
@@ -70,7 +70,7 @@ class IncidentController extends AbstractApiController
|
||||
$incident = dispatch(new ReportIncidentCommand(
|
||||
Binput::get('name'),
|
||||
Binput::get('status'),
|
||||
Binput::get('message'),
|
||||
Binput::get('message', null, false, false),
|
||||
Binput::get('visible', true),
|
||||
Binput::get('component_id'),
|
||||
Binput::get('component_status'),
|
||||
|
||||
@@ -111,7 +111,7 @@ class IncidentController extends Controller
|
||||
$incident = dispatch(new ReportIncidentCommand(
|
||||
Binput::get('name'),
|
||||
Binput::get('status'),
|
||||
Binput::get('message'),
|
||||
Binput::get('message', null, false, false),
|
||||
Binput::get('visible', true),
|
||||
Binput::get('component_id'),
|
||||
Binput::get('component_status'),
|
||||
|
||||
Reference in New Issue
Block a user