sonata-project / SonataDoctrineMongoDBAdminBundle

Symfony Sonata / Integrate Doctrine MongoDB ODM into the SonataAdminBundle
https://docs.sonata-project.org/projects/SonataDoctrineMongoDBAdminBundle
MIT License
65 stars 95 forks source link

Form/Filter Templates broken with admin 3.98.2 #583

Closed dmaicher closed 3 years ago

dmaicher commented 3 years ago

Similar to https://github.com/sonata-project/SonataDoctrineORMAdminBundle/pull/1427 we need to make sure we merge the setFormTheme and setFilterTheme calls as now on Sonata admin 3.98.2+ we are adding those calls as well.

So currently the templates of this bundle are not properly configured anymore when using admin bundle 3.98.2+.

VincentLanglet commented 3 years ago

Can you open the PR @dmaicher ?