Added UpdateComponentGroupCommand

This commit is contained in:
James Brooks
2015-09-18 15:26:34 +01:00
parent d3cd8201a6
commit d4c1b23b3f
6 changed files with 152 additions and 7 deletions
@@ -19,7 +19,7 @@
<fieldset>
<div class="form-group">
<label for="incident-name">{{ trans('forms.components.groups.name') }}</label>
<input type="text" class="form-control" name="group[name]" id="group-name" value="{{ $group->name }}" required>
<input type="text" class="form-control" name="name" id="group-name" value="{{ $group->name }}" required>
</div>
</fieldset>