Merge pull request #13361 from Godmartinz/bug/sc-19126
Fixed custom fieldset order
This commit is contained in:
commit
af86c6138d
1 changed files with 1 additions and 1 deletions
|
@ -51,7 +51,7 @@
|
||||||
</span>
|
</span>
|
||||||
</td>
|
</td>
|
||||||
@endcan
|
@endcan
|
||||||
<td class="index">{{$field->pivot->order}}</td>
|
<td class="index">{{$field->pivot->order + 1}}</td>
|
||||||
<td>{{$field->name}}</td>
|
<td>{{$field->name}}</td>
|
||||||
<td>{{$field->format}}</td>
|
<td>{{$field->format}}</td>
|
||||||
<td>{{$field->element}}</td>
|
<td>{{$field->element}}</td>
|
||||||
|
|
Loading…
Add table
Reference in a new issue