File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
src/resources/views/crud/fields Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 2525 data-method =" {{ $field [' method' ] ?? ' GET' } }"
2626 data-field-attribute =" {{ $field [' attribute' ] } }"
2727 data-connected-entity-key-name =" {{ $connected_entity_key_name } }"
28- data-include-all-form-fields =" {{ $field [' include_all_form_fields' ] ?? ' true' } }"
28+ data-include-all-form-fields =" {{ isset ( $field [' include_all_form_fields' ]) ? ( $field [ ' include_all_form_fields ' ] ? ' true ' : ' false ' ) : ' true' } }"
2929 data-ajax-delay =" {{ $field [' delay' ] } }"
3030 @include (' crud::inc.field_attributes' , [' default_class' => ' form-control' ] )
3131 >
Original file line number Diff line number Diff line change 2424 data-method =" {{ $field [' method' ] ?? ' GET' } }"
2525 data-field-attribute =" {{ $field [' attribute' ] } }"
2626 data-connected-entity-key-name =" {{ $connected_entity_key_name } }"
27- data-include-all-form-fields =" {{ $field [' include_all_form_fields' ] ?? ' true' } }"
27+ data-include-all-form-fields =" {{ isset ( $field [' include_all_form_fields' ]) ? ( $field [ ' include_all_form_fields ' ] ? ' true ' : ' false ' ) : ' true' } }"
2828 data-ajax-delay =" {{ $field [' delay' ] } }"
2929 @include (' crud::inc.field_attributes' , [' default_class' => ' form-control' ] )
3030 multiple >
You can’t perform that action at this time.
0 commit comments