Skip to content

Commit

Permalink
Merge pull request #13361 from Godmartinz/bug/sc-19126
Browse files Browse the repository at this point in the history
Fixed custom fieldset order
  • Loading branch information
snipe committed Jul 26, 2023
2 parents f6545be + 9c6e8d5 commit af86c61
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion resources/views/custom_fields/fieldsets/view.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down

0 comments on commit af86c61

Please sign in to comment.