Merge pull request #1506 from CachetHQ/dont-notify-incident-default

Fixes #1496
This commit is contained in:
Graham Campbell
2016-02-16 13:00:14 +00:00
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>