This commit is contained in:
James Brooks
2016-02-16 08:58:44 +00:00
parent 3cb6ba237c
commit 8264f72a5a
2 changed files with 2 additions and 1 deletions

View File

@@ -114,7 +114,7 @@ class IncidentController extends Controller
Binput::get('visible', true),
Binput::get('component_id'),
Binput::get('component_status'),
Binput::get('notify', true),
Binput::get('notify', false),
Binput::get('created_at'),
null,
null

View File

@@ -107,6 +107,7 @@
<label>{{ trans('forms.incidents.incident_time') }}</label> <small class="text-muted">{{ trans('forms.optional') }}</small>
<input type="text" name="created_at" class="form-control" rel="datepicker-any">
</div>
<input type="hidden" name="notify" value="0">
@if(subscribers_enabled())
<div class="checkbox">
<label>