Symfony 3 - Form model data loses property values which are not represented by fields

前端 未结 3 577
有刺的猬
有刺的猬 2021-01-25 05:07

I have a controller action method which should handle a two-splitted form. Each form handles just a few properties of my Entity Workflow. After submitting the first

3条回答
  •  小蘑菇
    小蘑菇 (楼主)
    2021-01-25 05:39

    You can use the property mapped. See mapped property or allow_extra_fields

提交回复
热议问题