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

hello need revert commit https://github.com/EasyCorp/EasyAdminBundle/commit/4b6a90dd804b58734ceff3f7e4c73915f8670baa Example: BooleanField::new('enabled', 'Some field'); if we need disabled on index page, i get BadRequestHttpException - The field "enabled" does not exist or it's configured as...

EA 4.9.4, Symfony 6.4 Since EA 4.9.4, Toggle switch on/off not working on no-persisted fields Getter and setter on the non persisted field are present in the entity. I explicitely...

Am i correct that there is actual no EnumFilter? https://symfony.com/bundles/EasyAdminBundle/current/filters.html#built-in-filters Option 1) `->add(ChoiceFilter::new('gender')->setChoices(GenderType::cases())) # small improvent but label is "0" and "1" Instead of the Value or the desired label....

**EasyAdmin - A Great Library** EasyAdmin has proven itself to be an outstanding library for web application administration. Its intuitive interface, flexibility, and robust functionality make it a prime choice...

This feature allows you to use scopes (logical grouping of filters with predefined values) in lists. Scopes are used in many information systems as an advanced data filtering control method....

Sometimes you have too many columns/properties in entity, but some of them required by one user, some other by another one. Let's assume we have a list of employees with...

**Describe the bug** In the Document object I have a mapping to the counterparties table (field ```contractor```) and a related table with additional counterparties (field ```contractors```), which also refers to...

**Describe the bug** In version 3.1.6 was added support for search on 2 level nested fields. It's fine, I've tested it and it works, but author completely forgot about enums...

status: waiting feedback

**Describe the bug** When `'expanded' => true`, the following error appears in the console: _app.js:2 Uncaught TypeError: Cannot read properties of undefined (reading 'length') at e.S (app.js:2) at e.value (app.js:2)...