Max
Max
But if that error might be an issue for everyone, then everyone would have it; if you have to remove it in order to work properly, then its an indication...
Hey buddy, I'd love to assist you there but sadly I am unable to fully grasp what you're asking for. Please correct me if I am wrong? 1. you have...
The problem seem to be existing also in a case where you have a To-Many relation (from Post to Categories) and then apply this in the Post Crud: ``` public...
I see, interesting, thats not however really what I am suggesting. Instead, there should be Interfaces. Just imagine you inject a dependency that is `final` and you want to write...
@oleg-andreyev I am working on PRs to introduce more and more interfaces. You can review this open PR to support me on the matter. :+1: https://github.com/EasyCorp/EasyAdminBundle/pull/5996
Maybe just copy paste the configurations in the ticket directly. :eyes:
Should be easy to fix, let me have a look real quick as I am just working with the CollectionField at the moment anyway.
I have made a simple adaption in the PR above, but I'd kindly ask you to modify your local code base respectively and give feedback to me so I know...
So its more of an initialization issue of the form itself, as the value is being passed on (observable trough xdebug). When I find more time I can check it...
I've marked the usage of `false` `$label` as deprecated; in my opinion makes no sense to pass a boolean when you expect null or a string. We should be more...