Michael Käfer

Results 36 comments of Michael Käfer

IMHO a good a idea to provide a default. But I think reordering the arguments is not possible without rather big effort. I think the method `EasyCorp\Bundle\EasyAdminBundle\Config\MenuItem::linkToCrud()` would have to...

@screenflavor I'm not sure because I never used it but does EA really support nested fields like `'ccm.company'`? I had a quick look at the docs but couldn't find an...

@siggidiel I know that it worked but my question is if it is supported.

The removed check was wrong. It also passed if you used a nonsense string like "foo.bar.notexistinganything". Simply reintroducing this wrong check would be wrong. Maybe someone wants to add a...

@ucscode This was already discussed here: https://github.com/EasyCorp/EasyAdminBundle/issues/4386 https://github.com/EasyCorp/EasyAdminBundle/issues/5299 https://github.com/EasyCorp/EasyAdminBundle/issues/5752 https://github.com/EasyCorp/EasyAdminBundle/issues/5830 https://github.com/EasyCorp/EasyAdminBundle/issues/5890 I think without the `final` keyword it is harder to change the bundles code in the future without breaking...

@ucscode I'm no expert on this either but one example: if `final` is removed the maintainer is not able to delete a `protected` method or change its signature without breaking...