Skip to content

3.27.0

Compare
Choose a tag to compare
@VincentLanglet VincentLanglet released this 17 Jan 13:03
· 181 commits to 3.x since this release
f3fbd47

Added

Changed

  • [#1259] Code formatting in views and change from <a> with empty href to button (@axzx)
  • [#1255] Changing access checking in views (isGranted to hasAccess) (@axzx)
  • [#1241] When using embedded fields or fake field 'foo.bar' (with custom getters in the entity), FieldDescription::fieldName is changed from bar to the correct value foo.bar (@VincentLanglet)

Deprecated

  • [#1262] Deprecated Pager::getResults() (@VincentLanglet)
  • [#1257] Sonata\DoctrineORMAdminBundle\Datagrid\Pager::computeNbResult() (@dmaicher)
  • [#1257] Sonata\DoctrineORMAdminBundle\Datagrid\Pager::getNbResults() (@dmaicher)
  • [#1257] Sonata\DoctrineORMAdminBundle\Datagrid\Pager::setNbResults() (@dmaicher)
  • [#1234] Deprecated Sonata\DoctrineORMAdminBundle\Filter\EmptyFilter (@pbories)
  • [#1232] Deprecated ModelManager::getMetadata() method (@VincentLanglet)
  • [#1232] Deprecated ModelManager::hasMetadata() method (@VincentLanglet)
  • [#1211] Deprecate Sonata\DoctrineORMAdminBundle\Model\ModelManager::modelTransform() with no replacement (@VincentLanglet)
  • [#1211] Deprecate Sonata\DoctrineORMAdminBundle\Model\ModelManager::getDefaultPerPageOptions() with no replacement (@VincentLanglet)
  • [#1211] Deprecate Sonata\DoctrineORMAdminBundle\Model\ModelManager::getDefaultSortValues() with no replacement (@VincentLanglet)
  • [#1211] Deprecate Sonata\DoctrineORMAdminBundle\Model\ModelManager::getDataSourceIterator() with no replacement (@VincentLanglet)
  • [#1199] Deprecate passing an instance of ProxyQueryInterface which is not an instance of Sonata\DoctrineORMAdminBundle\Datagrid::ProxyQuery as argument 1 to the Sonata\DoctrineORMAdminBundle\Filter\Filter::filter() method (@VincentLanglet)

Fixed