Added
- [#6643] Added generics to
CRUDController
(@VincentLanglet) - [#6631] Option to globally override the data source of all the admin (@VincentLanglet)
- [#6547] Added
row_attr
to the form_row container. (@nieuwenhuisen) - [#6609]
AdminSearchCompilerPass
in order to configure which admins must support search. (@phansys) - [#6609] Support for
global_search
attribute insonata.admin
tags, which admits boolean values. (@phansys)
Changed
- [#6559] Removed alias from
ModelManagerInterface::createQuery
method (@neok) - [#6214]
CRUDController::handleXmlHttpRequestSuccessResponse
method is now protected (@nieuwenhuisen) - [#6214]
CRUDController::handleXmlHttpRequestErrorResponse
method is now protected (@nieuwenhuisen) - [#6630] Replaced jQuery "load()" with "on()" in Admin.js (@timwentzell)
- [#6632] Twig templates: "list_percent", "show_percent", "list_currency" and "show_currency" (@willemverspyck)
Deprecated
- [#6618]
AdminInterface::validate
method specification (@tambait) - [#6618]
AbstractAdmin:validate
method implementation (@tambait) - [#6618]
AbstractAdmin::attachInlineValidator()
method (@tambait) - [#6618]
AdminExtensionInterface::validate()
method specification (@tambait) - [#6618]
AbstractAdminExtension::validate()
method implementation (@tambait) - [#6622] Referencing to DashboardAction and SearchAction by FQCN class instead of id. (@VincentLanglet)
- [#6634] Deprecated
Pool::getPropertyAccessor()
method. (@franmomu) - [#6634] Deprecated not passing and instance of
PropertyAccessor
as argument 1 toSonata\AdminBundle\Admin\AdminHelper
constructor. (@franmomu) - [#6634] Deprecated not passing and instance of
PropertyAccessor
as argument 5 toSonata\AdminBundle\Action\SetObjectFieldValueAction
constructor. (@franmomu) - [#6634] Deprecated not passing and instance of
PropertyAccessor
as argument 5 toSonata\AdminBundle\Twig\Extension\SonataAdminExtension
constructor. (@franmomu)
Fixed
- [#6529] Explicitly cast types in
CRUDController::batchAction()
(@peter-gribanov)