added component and status to CreateIncidentUpdateCommand

This commit is contained in:
Knight Tan
2017-10-26 09:16:20 +08:00
committed by James Brooks
parent ab01609bb5
commit d2975cd1eb
2 changed files with 19 additions and 1 deletions

View File

@@ -339,6 +339,8 @@ class IncidentController extends Controller
$incident,
Binput::get('status'),
Binput::get('message'),
Binput::get('component_id'),
Binput::get('component_status'),
$this->auth->user()
));
} catch (ValidationException $e) {