Max

Results 20 issues of Max

If a class is marked as final, it should have an Interface. Why? PHPUnit Tests. In Unit Tests I never want to use `new $something();` unless its the class I...

This should fix https://github.com/EasyCorp/EasyAdminBundle/issues/5995 - but needs some additional testing to make sure its working as expected. :eyes:

**Describe the bug** When you move over to Enums for Roles for Users, then you are free to configure the Crud properly like so: ``` yield ChoiceField::new('roles', t('Roles')) ->setColumns('col-sm-12 col-md-3')...

### Bug description `initialize` seems not to be fired when used in a specific integrational way. I use Tom Select trough direct integration in [EasyAdmin bundle for Symfony ](https://github.com/EasyCorp/EasyAdminBundle). I...

bug

This PR will complete deprecate PHP7 usage as it was possible years before, as PHP7 is already a long time end of life. Previous branches can be used if PHP7...

When we try to create a new dummy order, even with specified parameters MR returns an error and does not create an order, as long as the specified shipping method...

Scenario: * have two entity CRUD forms * have some entities in Entity 1 * have a few, or none in Entity 2 * have a association or relation to...

**Describe the bug** I have this piece of code in my CrudController: ``` private function getCostTypeCrudLink(): string { return $this->adminUrlGenerator ->setDashboard(AdminDashboardController::class) ->setController(CostTypeCrudController::class) ->setAction(Action::INDEX) ->generateUrl(); } ``` This should generate a...

I just got this, running on the current version and everything up to date: ``` The mod Miniloader (1.15.7) caused a non-recoverable error. Please report this error to the mod...

Point examples to a valid URL. Current URL points to 404 page.