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

Hello, We have detected an anomaly when performing actions with batch actions on the index pages. We are working on a project with version 3.3.0 of easyadmin, along with version...

**Describe the bug** When I set the max length on a text field: ```php TextField::new('foo') ->setMaxLength(20) ``` - I can input an infinite number of chars in the input field...

**Short description of what this feature will allow to do:** Add the possibility to access the current entity instance related to the details or form CRUD action from the `configure*`...

feature

I'm making a custom Dashboard, meaning in `App\Controller\Admin\DashboardController` I have: > #[Route('/admin', name: 'app_admin')] > public function index(): Response > { > return $this->render('admin/dashboard.html.twig'); > } And in my template...

I've typed: `AssociationField::new('costruttori')->autocomplete()` in CostruzioneCrudController where _costruttori_ is a _OneToMany Collection_ to a lookup table (_costruttore_ and _costruzione_ is _ManyToMany relation_). I expect to see the creation of records in...

When an `ArrayField` is rendered on forms, it comes with buttons to add and remove items. The labels of the buttons are hardcoded and not modifiable. Currently it always shows...

**Describe the bug** The user is in the page with the following url: `https://localhost/backoffice?crudAction=detail&crudControllerFqcn=App%5CPresentation%5CController%5CAdmin%5CCRUD%5CMemberController&entityId=f253b225-7269-45e4-b148-0115c663fa07&filters%5Bstatus%5D%5Bcomparison%5D=!%3D&filters%5Bstatus%5D%5Bvalue%5D=RESIGNED` the user then navigates to: `https://localhost/backoffice?crudAction=new&crudControllerFqcn=App%5CPresentation%5CController%5CAdmin%5CCRUD%5CCertificateController&filters%5Bstatus%5D%5Bcomparison%5D=!%3D&filters%5Bstatus%5D%5Bvalue%5D=RESIGNED&memberId=f253b225-7269-45e4-b148-0115c663fa07` when the entity is generated then the application throws an...

**Describe the bug** When using the PercentField with set numDecimals option, the given scale is not working. For example the value `0.99882225782363` with set numDecimals to `1` has this output:...

**Describe the bug** On our system we use Debian packages to deploy our software. So we try to use the Debian file system structure as much as possible. As a...

status: waiting feedback