Merge pull request #13361 from Godmartinz/bug/sc-19126

Fixed custom fieldset order
This commit is contained in:
snipe 2023-07-26 08:55:18 +01:00 committed by GitHub
commit af86c6138d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -51,7 +51,7 @@
</span>
</td>
@endcan
<td class="index">{{$field->pivot->order}}</td>
<td class="index">{{$field->pivot->order + 1}}</td>
<td>{{$field->name}}</td>
<td>{{$field->format}}</td>
<td>{{$field->element}}</td>