4.8.0
Added
- [#7684]
code
,model_class
andcontroller
attribute to thesonata.admin
service tag (@VincentLanglet) - [#7708] Added support to display backed enums in lists and show templates (@franmomu)
Deprecated
- [#7684] Passing the code, the model class and the controller name as first, second and third argument of the Admin constructor. Use the
sonata.admin
attributes instead. (@VincentLanglet)