From e5a4214b8b05baf47e556da79ececdb8d0890974 Mon Sep 17 00:00:00 2001 From: akemidx Date: Mon, 20 Nov 2023 20:32:14 -0500 Subject: [PATCH] hiding all order stuff --- resources/views/custom_fields/fieldsets/view.blade.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/resources/views/custom_fields/fieldsets/view.blade.php b/resources/views/custom_fields/fieldsets/view.blade.php index 003ee0cd84..ec25697e1b 100644 --- a/resources/views/custom_fields/fieldsets/view.blade.php +++ b/resources/views/custom_fields/fieldsets/view.blade.php @@ -29,7 +29,7 @@ @can('update', $custom_fieldset) {{ trans('admin/custom_fields/general.reorder') }} @endcan - {{ trans('admin/custom_fields/general.order') }} + {{ trans('admin/custom_fields/general.order') }} {{ trans('admin/custom_fields/general.field_name') }} {{ trans('admin/custom_fields/general.field_format') }} {{ trans('admin/custom_fields/general.field_element') }} @@ -51,7 +51,7 @@ @endcan - {{$field->pivot->order + 1}} + {{$field->pivot->order + 1}} {{--this +1 needs to exist to keep the first row from reverting to 0 if you edit/delete fields in/from a fielset--}} {{$field->name}} {{$field->format}} {{$field->element}} @@ -110,7 +110,7 @@ -
+