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** Adding CSS files to a single FieldTrait loads CSS file but they are not added into the HTML of the page. **To Reproduce** - Create a custom...

Hello I would like to create a custom theme based on bootstrap (e.g. override SCSS variables or themes.scss). How should I proceed to overwrite the existing SCSS files? With the...

> A breadcrumb or breadcrumb trail is a [graphical control element](https://en.wikipedia.org/wiki/Graphical_control_element) used as a navigational aid in [user interfaces](https://en.wikipedia.org/wiki/User_interface) and on [web pages](https://en.wikipedia.org/wiki/Web_page). It allows users to keep track and...

**Describe the bug** When updating the action "new" on page "index" to add a display condition, the condition will not have an effect. The button to create a new entity...

PHP 8.3.1 Symfony 6.4.3 EasyAdmin 4.8.12 I have 3 Crud Controllers ContratosTemplates Contratos ContratosCampos **ContratosTemplates** has an AssociationField that contains a **Contratos** **Contratos** has a TextEditorField and a CollectionField of...

Hello, I apologize in advance for translating this message with Deepl. I'm using EasyAdmin, I have a User entity, and I'd like to know how I can translate the create...

**Describe the bug** When creating a ChoiceField using a Enum where the "key and value" are exactly the same (case sensitives), the enum gets rendered twice. **To Reproduce** Create a...

Hi ! I search to insert an image into a select. I use easyadmin 4.8 and symfony 6. ![image](https://github.com/EasyCorp/EasyAdminBundle/assets/86890031/d15e8fae-eedf-4d41-b1c6-7c3f846c2b19) I've an entity Champions with manytomany affinity and i need to...

**Describe the bug** With the merge of https://github.com/EasyCorp/EasyAdminBundle/pull/6105 referrer is not a thing anymore, but AdminContext's `getReferrer` method doesn't reflect this. When calling getReferrer it should also trigger a deprecation,...