From 07cf20301832a2c80f80dd779c32b04ff7bb0099 Mon Sep 17 00:00:00 2001 From: snipe Date: Sat, 22 Feb 2025 19:32:34 +0000 Subject: [PATCH] Add checkin/checkout indicators on custom field table Signed-off-by: snipe --- resources/views/custom_fields/index.blade.php | 23 +++++++++++++++++++ 1 file changed, 23 insertions(+) diff --git a/resources/views/custom_fields/index.blade.php b/resources/views/custom_fields/index.blade.php index 9acb82f6fb..5b9338bafa 100644 --- a/resources/views/custom_fields/index.blade.php +++ b/resources/views/custom_fields/index.blade.php @@ -178,7 +178,28 @@ data-tooltip="{{ trans('admin/custom_fields/general.unique') }}">{{ trans('admin/custom_fields/general.unique') }} + + + + + + {{ trans('admin/custom_fields/general.display_checkin') }} + + + + + + + {{ trans('admin/custom_fields/general.display_checkout') }} + + + + {{ trans('admin/custom_fields/general.field_element_short') }} + + {{ trans('admin/custom_fields/general.fieldsets') }} {{ trans('button.actions') }} @@ -204,6 +225,8 @@ {!! ($field->show_in_email=='1') ? '' : '' !!} {!! ($field->show_in_requestable_list=='1') ? '' : '' !!} {!! ($field->is_unique=='1') ? '' : '' !!} + {!! ($field->display_checkin=='1') ? '' : '' !!} + {!! ($field->display_checkout=='1') ? '' : '' !!} {{ $field->element }} @foreach($field->fieldset as $fieldset)