EasyAdminBundle icon indicating copy to clipboard operation
EasyAdminBundle copied to clipboard

EasyAdmin is a fast, beautiful and modern admin generator for Symfony applications.

Results 435 EasyAdminBundle issues
Sort by recently updated
recently updated
newest added

**Describe the bug** Trying to separate easy-admin assets from frontend by using webpack parallel build creating separate build-packages: - public/build/frontend/entrypoint.json & asset-files (js, css, ...) - public/build/backend/entrypoint.json & asset-files (js,...

**Describe the bug** I sometimes see errors in Sentry caused by users messing with the URL (probably unintentional). This led me to the following When I visit this URL: `/admin?crudAction=detail&crudControllerFqcn=SomeCrudController&entityId=123`...

**Describe the bug** [With this changes in the commit in 4.9.4](https://github.com/EasyCorp/EasyAdminBundle/commit/8664f03993cbaa71dcb8d0fd78773d7e1191b7e3) It is working good in normal mode but in Dark Mode, you cannot read : ![image](https://github.com/EasyCorp/EasyAdminBundle/assets/3284722/a48d3ee9-952a-4049-815a-a03d9b2d4bb8) **To Reproduce** Install...

bug
design

**Short description of what this feature will allow to do:** _It could happen that the label of an action could be dependent on the entity values. In my case would...

When only numeric fields are searchable, `EntityRepository::addSearchClause` generates a bugged DQL when search contains only non numeric terms.

In my [previous PR](https://github.com/EasyCorp/EasyAdminBundle/pull/6238) to fix the vertical scrollbar, I unfortunately broke the top bar border in some pages / resolution. This PR is to fix it. ![image](https://github.com/EasyCorp/EasyAdminBundle/assets/915273/d8e70ff1-4539-4981-9b08-4d0be9d144cb)

Currently a form is always saved if submitted regardless if a ['ea']['newForm']['btn'] button was pressed I propose to not process and save the form unless a valid button is pressed....

When trying to add an html attribute to a filed set the attribute is not added. Symfony: 7.0 Easyadmin: 4.9.4 and 4.10.0 **To Reproduce** Add a fieldset with a html...

Hi all, I have a CRUD with an index CRUD view and I would like to compute some totals at the bottom of the table. How can I do that...