From f172747495a4c7b2e1ae51a21d3e84493a2a9015 Mon Sep 17 00:00:00 2001 From: snipe Date: Mon, 27 Apr 2020 19:36:07 -0700 Subject: [PATCH] Handle parse error in custom fields edit per #7997 Signed-off-by: snipe --- resources/views/custom_fields/fields/edit.blade.php | 1 - 1 file changed, 1 deletion(-) diff --git a/resources/views/custom_fields/fields/edit.blade.php b/resources/views/custom_fields/fields/edit.blade.php index e3e4bd1151..7e6213c187 100644 --- a/resources/views/custom_fields/fields/edit.blade.php +++ b/resources/views/custom_fields/fields/edit.blade.php @@ -75,7 +75,6 @@ {{ trans('admin/custom_fields/general.field_format') }}
- {{ Form::select("format",$predefinedFormats, $field->getFormatType(), {{ Form::select("format",\App\Helpers\Helper::predefined_formats(), $field->format, array('class'=>'format select2 form-control', 'aria-label'=>'format')) }} {!! $errors->first('format', '') !!}