For implementing OneToMany relation in easy Admin, we need to add type_options: { by_reference: false } .
form:
fields:
- { property: 'school' }
- { property: 'companies', type_options: { by_reference: false } }
Frontend & Web Developer
For implementing OneToMany relation in easy Admin, we need to add type_options: { by_reference: false } .
form:
fields:
- { property: 'school' }
- { property: 'companies', type_options: { by_reference: false } }