mirror of
https://github.com/snipe/snipe-it.git
synced 2025-03-05 20:52:15 -08:00
Migrate Form::open in custom fieldset view
This commit is contained in:
parent
80522a2505
commit
3065ba851e
|
@ -88,11 +88,8 @@
|
||||||
<tfoot>
|
<tfoot>
|
||||||
<tr>
|
<tr>
|
||||||
<td colspan="8">
|
<td colspan="8">
|
||||||
{{ Form::open(['route' =>
|
<form method="POST" action="{{ route('fieldsets.associate', $custom_fieldset->id) }}" accept-charset="UTF-8" class="form-inline" id="ordering">
|
||||||
["fieldsets.associate",$custom_fieldset->id],
|
@csrf
|
||||||
'class'=>'form-inline',
|
|
||||||
'id' => 'ordering']) }}
|
|
||||||
|
|
||||||
|
|
||||||
<div class="form-group">
|
<div class="form-group">
|
||||||
<label for="field_id" class="sr-only">
|
<label for="field_id" class="sr-only">
|
||||||
|
|
Loading…
Reference in a new issue