Symfony2.4 form 'This form should not contain extra fields' error

前端 未结 5 679
忘了有多久
忘了有多久 2020-12-10 12:17

I\'m trying to build app based on REST api ang AngularJS. I\'ve been following this tutorial http://npmasters.com/2012/11/25/Symfony2-Rest-FOSRestBundle.html but have to cha

5条回答
  •  春和景丽
    2020-12-10 13:03

    If you want the validator to ignore additional fields you should try passing 'allow_extra_fields' => true as an option to the FormBuilder.

提交回复
热议问题