Michael Käfer

Results 34 comments of Michael Käfer

1. As far as I know there's no easy way to do this.. 2. If I understand correctly you can use: ```php class ProductCrudController extends AbstractCrudController { public static function...

@Meithal I checked it and https://github.com/EasyCorp/EasyAdminBundle/pull/5356 does not replace this PR. But IMHO the error message is correct (`The Doctrine type of the "uuid" field is "uuid", which is not...

I'm not a maintainer but IMHO it would be ok to not add the tests of the original PR which got merged into `4.x` since `3.x` only receives bug fixes....

Nice feature, some comments: - Like @jmsche wrote the JS should be moved (it's cleaner, easier to maintain and you don't violate content security policy) - I would use the...

@a-r-m-i-n - Thanks for the explanation, yes an ID is better than using the count. - Moving the JS is really just removing it from the Twig file an add...

URL signatures are deprecated, and this 2 things would not work with anchors: - User clicks second tab, then clicks link containing a fragment on the same page and scrolls...

So the only purpose of the new interface would be to use it in an application's unit test. But what if the tested class looks like that: ```php class MyClass...

Mini comment: in https://github.com/EasyCorp/EasyAdminBundle/pull/4920#issuecomment-1000479581 suggested the method name `rowAction()` for clicking a row but in this implementation the user clicks a field (not a row). So the method name `rowAction()`...

@javiereguiluz This is finished from my side :) But as always there is no need to hurry!

@alyjee Yes, that's true. (But you could still define your custom format like "John Doe" and then parse the string into first name and last name on your own)