R.

Results 4 comments of R.

We faced the same issues as @crud42 about Migrations. We were previously on a old 13.2 with Postgres 11. We finally succeed with this workflow. 1) Upgrade to Postgres 12,...

I just fall into the same issue this evening. @haivala A workaround can be to use a custom edit.html.twig and add some exit statement if object.provider is file. You can...

Well, my guess is that it was introduced here: https://github.com/sonata-project/SonataMediaBundle/pull/2090/files And especially with this line https://github.com/sonata-project/SonataMediaBundle/blob/1f8bee3c639c70eb431396716894fce20da640b9/src/Thumbnail/FileThumbnail.php#L31 I can't understand the purpose of this FORMAT_ADMIN statement, as 'format' argument seems to...

It seems to work at first glance, but I have not tested this further. I haven't a clean install of sonataAdmin 4.x installed to run the test suite. IDK if...