EasyAdminBundle icon indicating copy to clipboard operation
EasyAdminBundle copied to clipboard

Problem with ea-fileupload and useEntryCrudForm

Open lgeorgiev opened this issue 1 year ago • 0 comments

Hello,

I use CollectionField::new('images')->useEntryCrudForm(ImageCrudController::class). The form works and I can upload and delete files. easy-admin There is a problem with the labels. The buttons work but do not change the labels. Also there is no delete button when we add a new item. If I use ImageCrudController without it being in a collection(useEntryCrudForm) then there is no problem with the labels but the delete button is missing again. There are no error messages in the JavaScript console.

EasyAdmin 4.8.5 Symfony 6.3.8

lgeorgiev avatar Nov 23 '23 20:11 lgeorgiev