EasyAdminBundle icon indicating copy to clipboard operation
EasyAdminBundle copied to clipboard

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

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

TLDR; Is there any reason why there is no method to get `DashboardControllerInstance` in `AdminContext`? Currently, we can get the Fqcn of dashboard controller, and then use the `ControllerFactory` but...

It's easy to open action in new window but i can't do it with batch action. Could you add new option for this ? And an other option not to...

Hello there, I'm using EasyAdmin 4.10.2 and I'm facing a responsive issue that I need help with: Using the `Dashboard::new()->renderContentMaximized()` option for a full-size display, but I'm encountering a responsive...

I came across the need to add a css class to the entity listing on the index page. The use case is when I want to, for example, display processed...

When adding a SlugField and adding the second AssociationField (AssociationField::new('children', 'Child Services')->autocomplete()->onlyOnForms()) together on a form, I am receiving the error message - "Key "title" in object with ArrayAccess of...

**Short description of what this feature will allow to do:** Currently, when configuring a permission for a **MenuItem**, an **action**, a **crud**, or a **field**, the `setPermission()` method expects a...

**Describe the bug** When viewing the Detail page of an entity, the BooleanFieldType field/value position is flipped compared to the other FieldTypes **To Reproduce** Install Symfony Install Easy Admin Create...

**Short description of what this feature will allow to do:** Direct linking to content within a tab - #tab-tab-2 will go the page, and display the correct tab content **Example...

I have an entity that stores images in s3. This is how I modified my field: ``` ImageField::new('mainImage', 'Slika Poduzeća') ->setBasePath($this->getBaseUrlForS3()) ->setUploadDir('') // Dummy - unused we use s3 ->setRequired(false)...

EasyAdmin 4.9.4. I have a field in an entity defined like this: #[ORM\Column(type: Types::DECIMAL, precision: 10, scale: 2, nullable: true)] private ?string $importoAs = null; in its CRUD Controller it's...