Changed
- Replaced calls to Twig internal
Environment::loadTemplate()
method withEnvironment::load()
inSonataAdminExtension
.
Deprecated
- Deprecated
SonataAdminExtension::output()
. Now using the privaterender()
method. Please use therender*()
methods instead.
Fixed
FieldDescription
null check missing inModelAutocompleteFilter
- Fatal error in strict mode
- Avoid calling protected/private methods when retrieving values from entities
getFieldValue
fromBaseFieldDescription
can now handle getting a value from null objects.base_list
template includes the configurablebutton_create
template rather than the defaultcreate_button.html.twig
.