Michael Käfer
Michael Käfer
Hello @javiereguiluz, is there anything I can improve to merge this fix? Do you think the new `FieldContext` is not the best way to fix this bug?
Do I understand correctly? The only way to reproduce this bug is to implement a custom action? If that's correct then it is no EA bug. What do you mean...
It can be reproduced with: ```php class ProductCrudController extends AbstractCrudController { public static function getEntityFqcn(): string { return Product::class; } public function delete(AdminContext $context) { sleep(20); return parent::delete($context); } }...
Nice feature! Since this PR new methods were implemented: `FormField::addRow` and `FormField::addTab`, so I'm not sure if the it should be changed to: ```php FormField::addPanel( 'Identität', null, fn(Actions $actions) =>...
@myfluxi I still agree with @javiereguiluz and think it should be closed. If the value is `foo` (which is a valid value) then we cannot assume that every developer always...
Hi @ahmedyakoubi , no sorry, I don't know if and when it gets merged.
Thank you, the docs are a lot better now, good to understand!
The docs are wrong for elasticsearch 6.0 upwards. Is there a plan to update the bundle? At least to update the docs? See also the closed issue https://github.com/FriendsOfSymfony/FOSElasticaBundle/issues/1385, which should...
I had to dig very deep and surprisingly it seems like there is no bug. If you change your CodeSandbox to the following then it should work: ```javascript import {...
@dereekb Ok, thanks for clarification. - But I think there is no problem with using `tzid` when needed IMO.