Григорий
Григорий
This piece of addition information will solve the problem of misunderstanding: Why my emails can't be processed asynchronously.
It's better to use imports statements only in the services.yaml file. The following explains that.
**Description** Dealing with ChoiceFilter something going wrong, because I actually can't filter by User::roles using this choice filter **Reproduce** Just create a custom choice filter called as RolesFilter: ```php
Make +01:00 +1:00... timezones valid to set them in the: `AbstractDashboardController::configureCrud()` (`Crud::setTimezone()`) **Example of how to use this feature** ```php public function configureCrud(): Crud { return parent::configureCrud() ->setTimezone('+12:00'); } ```...
I already wanted to file a bug because of unexpected behaviour I was dealing with for the last DAY but as it turns out it just NOT documented behaviour BrowserKit...
Is there any way to mock a dependency container when form is submitted I was not able to get mocked http_client when form was submitted Maybe it's because Live Component...