Baptiste
Baptiste
Thanks for your feedback. The problem was with the serialization of my User entity, i needed to use the Groups annotation to normalize all fields of my Appointment entity (without...
Ok but as you say it's for a temporary workaround. Is there something missing from my filter to avoid this error?
> Hi, same issue. > > Do we need to make a correction on easyadmin or on the app ? Like I said I change the easycorp/easyadmin-bundle/src/Filter/FilterTrait.php constructor to public...
I try to pass subject or object variable in the `->setPermission(new Expression("is_granted('" . . "', subject)")),` but I got a FieldDto and null value if I do `$subject->getValue() ` in...
I had the same problem and it seems this solves it : ` #[AdminRoute('/bundle/{packageId}', name: 'bundle_show', options: ['options' => ['expose' => true]])]`
Yes I have LiveProps for my file like in the demo : ```php #[LiveProp] public ?string $fichierAudioName = null; #[LiveProp] public ?string $fichierAudioUploadError = null; ``` The only thing different...
So there is no solution to add constraints to files with DynamicForm on symfony Form ?
I reproduced the bug on this repo : [https://github.com/BaptisteChabrol/bug_app](https://github.com/BaptisteChabrol/bug_app)
Any solutions ?