EasyAdminBundle
EasyAdminBundle copied to clipboard
EasyAdmin is a fast, beautiful and modern admin generator for Symfony applications.
**Describe the bug** The context is a simple media entity with a `file` field and an accompanying `ImageField` in its admin interface. Consider this entity: ```php
I'm trying to set a default value for an AssociationField or a NumberField in EasyAdmin 4 based on a filter parameter from the previous page. I have url: localhost:8080/xxx?game_id=2 I...
**Short description of what this feature will allow to do:** Provide template for user registration same as login. **Example of how to use this feature** Would be nice to have...
…ion of new fields more streamlined and adapted signature to match possible inputs more strictly. This PR streamlines how Fields are generated; instead of lots of code duplication (that increases...
…pes to properties where missing. This is the second PR to introduce more APIs to the repository for `final` classes. This time, it will introduce specific interfaces for Factories.
If a class is marked as final, it should have an Interface. Why? PHPUnit Tests. In Unit Tests I never want to use `new $something();` unless its the class I...
**Short description of what this feature will allow to do:** It would be great if FieldDto would be aware about EntityDto ```php public function processFieldsForAll(EntityCollection $entities, FieldCollection $fields): void {...
**Describe the bug** 1. Related Entity Fields Retrieval: In the current implementation, if the fields for the related entity (e.g., Comment) are not defined explicitly in the configureFields() function of...
Hi, Since 4.9.3 update, field label (not specified or null) on CustomFormType are not automatically generated anymore. Previously, it was generated by field name (same behaviour than Fields). To be...
This should fix https://github.com/EasyCorp/EasyAdminBundle/issues/5995 - but needs some additional testing to make sure its working as expected. :eyes: