Skip to content

3.84.0

Compare
Choose a tag to compare
@VincentLanglet VincentLanglet released this 02 Jan 15:36
· 408 commits to 3.x since this release

Added

Deprecated

Fixed

  • [#6702] Stop throwing an exception when the _per_page filter parameter is not set (@VincentLanglet)
  • [#6722] Replaced 'array[0]' by 'array|first' to fix edit_many_to_many template when children index does not start with 0 (@nws-jstorm)
  • [#6677] Fixed using admin_pool to fetch an option instead of sonata_config (@franmomu)
  • [#6694] Fixed iterating over children names in AdminHelper::getChildFormBuilder recursively (@franmomu)
  • [#6675] Fixed disallowing sorting in a field defined with a closure in associated_property (@franmomu)