EasyAdminBundle
EasyAdminBundle copied to clipboard
EasyAdmin is a fast, beautiful and modern admin generator for Symfony applications.
Following #4390, action permissions are checked with the entity BUT the new action sends a "null" entity. The issue is that if we want to restrict a Custom Voter to...
Regardless of what is set in search field settings in crud, after search all fields containing query are highlighted which is very confusing. It should highlight only in fields that...
I'm using easyadmin for user management and followed this guide to add the user password field with the functionality to correctly hash and save the password: https://dev.to/nabbisen/symfony-6-and-easyadmin-4-hashing-password-3eec Everything is working...
**Short description of what this feature will allow to do:** Make removing the "Sign out" button easier because many authentication methods don't really support logging out (basic, oauth) Right now...
**Describe the bug** The rendering is wrong, and the form can't be validate or create duplicate input. **To Reproduce** Version: - easycorp/easyadmin-bundle : v4.8.6 Create entities. Example: ``` class Footer...
**Describe the bug** Any Role can access to any public methods as an action by forging a custom url: ``` https://mybackoffice.example.com/?crudAction=aRandomPublicMethod&crudControllerFqcn=App\Controller\WhateverCrudController ``` **To Reproduce** ### Context EasyAdmin version used: 4.7.7...
Symfony published a security issue in the UX autocomplete field: https://symfony.com/blog/cve-2023-41336-symfony-ux-autocomplete-prevent-injection-of-invalid-entity-ids-for-autocomplete-fields That Symfony field was originally inspired by our autocomplete field: https://github.com/EasyCorp/EasyAdminBundle/blob/4.x/src/Form/EventListener/CrudAutocompleteSubscriber.php I'm checking the patch (https://github.com/symfony/ux/commit/55a716bc47947ff8b9bfda8395762f4d5be8a6ba) but I'm struggling...
**Describe the bug** When using a `TextareaField` with `renderAsHtml` turned off, characters like , and & are escaped twice so that the html entity code (e.g., `<`) is printed to...
**Short description of what this feature will allow to do:** It is currently impossible to add an option to the TomSelect field of the AssociationField to display the preferred_choices (most...
#4012 **Describe the bug** I'm trying to use the new symfony ux-live-components, but it seems to have made all my data grids vanish. **To Reproduce** Install symfony us-live-components. **(OPTIONAL) Additional...