Closes #710 - Fix adding of scheduled maintenance.

This commit is contained in:
James Brooks
2015-06-13 10:04:24 +01:00
parent 2d9dcd9747
commit 7bd3a57883
2 changed files with 2 additions and 0 deletions

View File

@@ -16,6 +16,7 @@
@include('partials.dashboard.errors')
<form class='form-vertical' name='ScheduleForm' role='form' method='POST' autocomplete="off">
<input type="hidden" name="_token" value="{{ csrf_token() }}">
<input type="hidden" name="incident[visible]" value="1">
<fieldset>
@if($incidentTemplates->count() > 0)
<div class="form-group">

View File

@@ -16,6 +16,7 @@
@include('partials.dashboard.errors')
<form class='form-vertical' name='ScheduleForm' role='form' method='POST' autocomplete="off">
<input type="hidden" name="_token" value="{{ csrf_token() }}">
<input type="hidden" name="incident[visible]" value="1">
<fieldset>
@if($incidentTemplates->count() > 0)
<div class="form-group">