Added
- [#6200] Added support for columns not belonging to the model to the list view. (@jorrit)
- [#6206] Support for 'help_translation_parameters' in form types (@tkuska)
- [#6206] Support for 'label_translation_parameters' in form types (@tkuska)
Changed:
- [#6225] Stop to hide default filters in order to provide a more natural UX-behavior. (@kirya-dev)
Deprecated
- [#6220] Passing
null
or an instance ofEngineInterface
as argument 2 when instantiatingSonata\AdminBundle\Block\AdminListBlockService
,Sonata\AdminBundle\Block\AdminSearchBlockService
orSonata\AdminBundle\Block\AbstractBlockService
(@VincentLanglet) - [#6225] Abstract:: isDefaultFilter method. (@kirya-dev)
- [#6234] Deprecated
ModelManagerInterface::getParentFieldDescription
. (@franmomu) - [#6200] Calling
SonataAdminExtension::getValueFromFieldDescription()
(@jorrit)
Fixed
- [#6219] Allow to use AdminType with unidirectional field. (@VincentLanglet)
- [#6222] Set the Accept header for ajaxSubmit in
Resources/views/CRUD/Association/edit_many_script.html.twig
to "application/json" to prevent 406 (Not acceptable) error. (@nieuwenhuisen) - [#6222] CRUDController::handleXmlHttpRequestErrorResponse also accepts the wildcard Accept header "/". (@nieuwenhuisen)
- [#6222] CRUDController::handleXmlHttpRequestSuccessResponse also accepts the wildcard Accept header "/". (@nieuwenhuisen)
- [#6224] AdminExtractor sets subject created by
getNewInstance()
on Admin instance before extracting translatable strings. (@jorrit) - [#6144] Can't use
datetime
field type as editable (@peter-gribanov) - [#6167] Show and edit
date
anddatetime
in the same timezone (@peter-gribanov) - [#6223] Admin has no active subclass exception in edit_many_script.html.twig after adding a ModelType field. (@nieuwenhuisen)
- [#6208] Fixed checking if
FieldDescriptionInterface::getTargetModel()
exists before calling it. (@franmomu) - [#6112] Allow to use parameters/placeholders in (sidebar) menu label translation. (@pavol-tk)