EasyAdminBundle
EasyAdminBundle copied to clipboard
EasyAdmin is a fast, beautiful and modern admin generator for Symfony applications.
PHP 8.1, Symfony 6.3, EasyAdmin 4.8.6, Doctrine 2.17.2 Hello, I have a problem when trying to sort by this object: ```php AssociationField::new('personalData') ``` I'm getting the following exception: ``` Doctrine\ORM\Mapping\DefaultQuoteStrategy::getJoinColumnName():...
In the detail page of an entity within a CrudController, the booleanField is suddenly reversed since the update. **To Reproduce** I updated easycorp/easyadmin-bundle from (v4.7.7 => v4.8.4) Make an CrudController...
After selecting and confirming filter, it redirects to the main page of the administration panel. crudAction and crudControllerFqcn are removed from url query string. so we have for example /admin?filters[status][comparison]=like&filters[status][value]=k...
**Short description of what this feature will allow to do:** There is a case when I want to re-use EA QueryBuilder and Filters but I have a POST form. **Example...
I have three nested fields to do with easyadmin, when displaying the page, the three are displayed, the first field contains the classes of a college, the second field must...
**Describe the bug** Hi, starting from 4.8.5, the CSRF token field is generated outside of the form tag, so all the forms fail CSRF validation **To Reproduce** This problem does...
EasyAdmin version: 4.8.11 #### Description: Fields configured as hideOnForm() or onlyOnDetail() get wrong labels in filter form. Long story short. I have an entity with fields like lastRunAt, createdAt, etc....
**Describe the bug** From the docs: ```PHP public function configureActions(Actions $actions): Actions { $viewInvoice = Action::new('View Invoice', 'fas fa-file-invoice') ->displayIf(static function ($entity) { return $entity->isPaid(); }); return $actions // ......
As mentioned in comment, > this way, an 'index' menu item is highlighted for all actions of the same entity but currently seems a bug present. Closes https://github.com/EasyCorp/EasyAdminBundle/issues/6108
https://github.com/EasyCorp/EasyAdminBundle/blob/4a080891dbc54480853653936f91104234096572/src/Menu/MenuItemMatcher.php#L75-L83 I did not really catch a sense of such separation. Who anyway will add menu item with action like "edit entity with ID=1" ? But in general it will...