EasyAdminBundle icon indicating copy to clipboard operation
EasyAdminBundle copied to clipboard

EasyAdmin is a fast, beautiful and modern admin generator for Symfony applications.

Results 609 EasyAdminBundle issues
Sort by recently updated
recently updated
newest added

**Describe the bug** when create custom action and render twig. it's worked before version 4.16 Duplicated of #6513 **To Reproduce** ... return $this->render(view: 'create.html.twig', parameters: [ 'form' => $form, ]);...

Hi there! **Short description of what this feature will allow to do:** Sometimes there is a situation when there are many controllers and they form their own submenus and some...

**Describe the bug** When an entity has required arguments in the constructor, we must use [empty_data callable](https://symfony.com/doc/current/form/use_empty_data.html#option-2-provide-a-closure). Later in the controller, fetching that newly created entity is done like this:...

Latest easycorp/easyadmin-bundle:4.24.5 Looks similar to #6914 , but couldn't fix same way Example code is too primitive: ```

It is overriding the selected route locale in localized routes. Fix #6842 I tried to add a new dashboard in `EasyCorp\Bundle\EasyAdminBundle\Tests\PrettyUrlsTestApplication\Controller` with localized routes, but still, couldn't make it so...

Hi, Does EasyAdmin fully support turbo-frame ? the frame print content but doesn't seem to isolate whether there's an action inside (link, form action), **all page is reloaded**. ``` //...

**Describe the bug** When using the new `AdminDashboard` PHP Attribute to set the default route **with a locale set**, after logging in, the locale is not set in the URL,...

**Short description of what this feature will allow to do:** Make easy admin dashboard route respect locale detection. Enable redirect from `/admin` to `/admin/[DETECTED_LOCALE]`. Please enhancement examples in docs. **Example...

**Describe the bug** I have created a custom action that i'd like to add on both index page and details page. On details pages I had to update my action...

**Describe the bug** I wanted to disable dark mode and set the default color scheme to light. Everything is fine, except for example the default browser datepicker, which is still...