fix:문서 템플릿 기본필드 field_key $fillable 누락 수정
- DocumentTemplateBasicField 모델의 $fillable에 field_key 추가 - Mass Assignment 보호로 인해 create() 시 field_key가 null로 저장되던 버그 수정 - 검사성적서 기본정보 매핑 정상화 Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -13,6 +13,7 @@ class DocumentTemplateBasicField extends Model
|
||||
protected $fillable = [
|
||||
'template_id',
|
||||
'label',
|
||||
'field_key',
|
||||
'field_type',
|
||||
'default_value',
|
||||
'sort_order',
|
||||
|
||||
Reference in New Issue
Block a user