Closed
Description
Hi,
I have a property "integrazioni" in entity "Contratto" with associated methods addIntegrazioni, removeIntegrazioni, getIntegrazioni.
When I try to submit my form I get this error:
*_Neither the property "integrazioni" nor one of the methods "addIntegrazionus()", "setIntegrazioni()", "__set()" or "_call()" exist and have public access in class "ABC\MyBundle\Entity\Contratto".
500 Internal Server Error - NoSuchPropertyException *
It should look for the right "addIntegrazioni" which is already present, not this one.
Linuxatico