FormBundle icon indicating copy to clipboard operation
FormBundle copied to clipboard

Provides the "entity_id" type (read "entity identifier")

Results 5 FormBundle issues
Sort by recently updated
recently updated
newest added

Hello Is it compatible with 3.0 version of symfony ? Thanks in advance.

Could you please tag a release ? There is no 2.7 - compatible release yet.

I have this fatal error after symfony vendor upgrade, trying to use "entity_id" : FatalErrorException: Error: Class 'Symfony\Component\Form\Util\PropertyPath' not found in vendor/gregwar/form-bundle/Gregwar/FormBundle/DataTransformer/EntityToIdTransformer.php line 85 PropertyPath class is apparently deprecated.

I'm using a decorated version of EntityManager in my project (see: EntityManagerDecorator) and the previous type hinting did not allow me to used this bundle. Works well with this little...