github sonata-project/SonataAdminBundle 3.65.0

latest releases: 4.30.1, 4.30.0, 4.29.3...
4 years ago

Added

  • Added AbstractAdmin::IsCurrentChild method
  • Added missing polish translation
  • Added new options (display, key_translation_domain and
    value_translation_domain) to the array field on Show and List pages.
  • Automatically set sortable, sort_parent_association_mappings, and
    sort_field_mapping when associated_property is set in ListMapper::add
    to enable sorting on associated_property by default.

Deprecated

  • AbstractAdmin::GetCurrentChild method
  • Deprecate getModelIdentifier in favor of getIdentifierFieldNames in
    ModelManagerInterface.
  • Deprecated returning other types than array in
    AbstractAdmin::getFormGroups(), AbstractAdmin::getFormTabs(),
    AbstractAdmin::getShowTabs(), AbstractAdmin::getShowGroups().
  • SimplePager::getResults will not return ArrayCollection in next major
    version (4.0)

Fixed

  • Fixed nesting Twig block definitions under a non-capturing nodes.
  • Fixed collisions with cache keys at AbstractAdmin::isGranted().
  • Fixed returning void in some methods which are intended to return a value
    or null.
  • Type of argument 3 passed to UrlGeneratorInterface::generateMenuUrl().
  • AdminHelper::addNewInstance to detect methods based on method_exists
    instead of callable to maintain previous BC behavior.
  • Admin Type is correctly using parentAssociationsMappings when using form with
    OneToOneToMany fields.

Changed

  • $this->getSubject() always returns a value in configureFormField

Don't miss a new SonataAdminBundle release

NewReleases is sending notifications on new releases.