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

**Short description of what this feature will allow to do:** By overriding createEntity method, you can set default values for the form. However, I'd like to set the default value...

Bumps [trix](https://github.com/basecamp/trix) from 1.3.1 to 2.1.1. Release notes Sourced from trix's releases. v2.1.1 What's Changed Bump tar from 6.2.0 to 6.2.1 by @​dependabot in basecamp/trix#1146 Sanitize noscript to prevent copy...

dependencies
javascript

**Short description of what this feature will allow to do:** Currently EAB supports displaying virtual fields from entities, i.e. fields which contain a getter in the entity but aren't stored...

The boolean toggles are broken for our application because nginx doesn't have `PATCH` enabled by default and it's somewhat complicated to change. > Modern servers do not allow for PUT...

**Describe the bug** `LanguageField` doesn't support `allowMultipleChoices` even when trying to enforce it with the native option: ```php ->setFormTypeOption('multiple', true) ``` This results in an exception. **(OPTIONAL) Additional context** `CountryField`...

I need to get 2 HTML attributs on a form tab by using setHtmlAttributes on FormField::addTab. Instead of getting 2 attributs I get only one containing as value all the...

Currently, when targeting `ChoiceField` for example, the `SlugField` don't update, due to event listener only on `keyup`.

Fix #5591 (see https://github.com/EasyCorp/EasyAdminBundle/issues/5591#issuecomment-2003793110) The Twig environment is instantiated lazily when the first template is rendered, this is why it's possible to set the global variable `ea` conditionally depending on...

My tentative fix for #5986

priority: important

In Symfony production environment, since Doctrine 3.x, **cached** values for 'nullable' property can be either `null`, `false` or `true`. In Doctrine 2.x, it's only `false` or `true`. When Doctrine returns...

bug