SonataAdmin is using BlockContext without template. The template is provided instead by the admin.
I think it's fine to not provide a template then. But we should have the deprecation for null template in the getter then.
Changelog
### Fixed
- Do not trigger a deprecation if a template setting is not provided in a block context `__construct`.
Subject
SonataAdmin is using BlockContext without template. The template is provided instead by the admin. I think it's fine to not provide a template then. But we should have the deprecation for null template in the getter then.
Changelog