Skip to content
Advertisement

Tag: symfony-2.4

Symfony2.4 form ‘This form should not contain extra fields’ error

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 change some details ( depreciated methods ) and right now when I post to create new entity I get ‘This form should not contain extra fields’ error. my TaskType form: right now in my view I’m rendering only one form

Advertisement