Skip to content

3.66.0

Compare
Choose a tag to compare
@greg0ire greg0ire released this 04 May 05:55
· 805 commits to 3.x since this release
3.66.0
bd257ed

Added

  • The possibility to edit/create an object without any field set in the configureFormField.
  • Allow reuse render extra parameters

Deprecated

  • not passing a Sonata\AdminBundle\Admin\AdminHelper instance to
    Sonata\AdminBundle\Form\Type\AdminType::__construct()
  • Deprecate the call of AbstractAdmin::getParentFieldDescription if the value is null.
  • Deprecate the call of AbstractAdmin::getSubject if the value is null.
  • Deprecate the call of AbstractAdmin::getListFieldDescription if the value is null.
  • Deprecate the call of AbstractAdmin::getParent if the value is null.

Fixed

  • Do not lose the parentSubject in case of multiple calls to the AppendFormFieldElementAction.
  • Bug when trying to edit a datetime formtype in datagrid
  • label => false doesn't lead to a missing '' translation in the profiler.
  • label => '0' and others non nullable falsy value are not overridden anymore.
  • Fixed documented return type of Sonata\AdminBundle\Filter\FilterInterface::getRenderSettings().