EasyAdminBundle
EasyAdminBundle copied to clipboard
It doesn't create related records
I've typed:
AssociationField::new('costruttori')->autocomplete()
in CostruzioneCrudController where costruttori is a OneToMany Collection to a lookup table (costruttore and costruzione is ManyToMany relation).
I expect to see the creation of records in the related table.
I use the 4.7 EasyAdmin version.
Thanks in advance.