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 } }

By toihid

Leave a Reply