EasyAdminBundle
EasyAdminBundle copied to clipboard
EasyAdmin is a fast, beautiful and modern admin generator for Symfony applications.
In #5184 a fix was implemented to escape the contents of the default title pages by removing the raw tag in detail, edit, index and new.html twig files. This was...
**Describe the bug** https://github.com/EasyCorp/EasyAdminBundle/pull/6163 fixed enums, but an array of enums is still not working for me. Is this the case or am I missing something? **To Reproduce** Entity: ```php...
**Describe the bug** The `DateField` seems to completely ignore any timezone settings, which is a problem in some UTC offsets with dates being displayed one day earlier on lists than...
Fix AdminUrlGenerator when dashboard routes are localized with ISO 3166-1 format. e.g. `admin.fr_FR`
In docs (https://symfony.com/bundles/EasyAdminBundle/current/fields/ImageField.html) and annotation of `setUploadedFileNamePattern` method, noticed that you can combine uploaded file name like `[year]/[month]/[day]/[slug]-[contenthash].[extension]` But in such case you get that name with subdirs in database...
**Short description of what this feature will allow to do:** Add ability to add html attributes to crud pages. **Example of how to use this feature** Would be useful to...
Currently it is possible for users to modify the "fieldName" in the XMLHttpRequest to any field of their own choosing and update its value. - When you try to modify...
**Describe the bug** I need to work with Money object in all lifecycle of entities but MoneyField doesn't support that. It is clearly issue of MoneyConfigurator. ``` TypeError: Unsupported operand...
Fixes #6230 by also adding the attributes to the td on index pages
Fixes #6231 by adding custom html attributes to the Crud(Dto). They're added to the wrapper div currently, if you think the scope should be reduced a bit let me know.