EasyAdminBundle icon indicating copy to clipboard operation
EasyAdminBundle copied to clipboard

AssociationField -> renderAsEmbeddedForm() broken JS/CSS in CollectionField

Open HrjSnz opened this issue 1 year ago • 0 comments

Symfony 7.1.5 Easy admin 4.12

Describe the bug In AssociationField with use renderAsEmbeddedForm() has broken js/styles

image

inside WebSectionCrudController is CollectionField and this field is broken image

inside WebSectionGalleryCrudCotnroller image

and finally broken collection. Styles off, JS off, missing remove button. Adding new items works . image

If i check HTML elements i can see missing classes "field-collection-item" and console log.error() because this classes not exist. image image

To Reproduce Use AssociationFiled with renderAsEmbeddedForm(). Inside make CollectionFiled and this collection is broken.

HrjSnz avatar Oct 09 '24 05:10 HrjSnz