Releases: sonata-project/SonataDoctrineORMAdminBundle
Releases · sonata-project/SonataDoctrineORMAdminBundle
3.20.0
3.19.0
Changed
- [#1055]
decimal
andfloat
type use thefloat
template if nonumber
template exists (@VincentLanglet)
Fixed
- [#1055]
one_to_one
,one_to_many
,many_to_one
andmany_to_many
type
are correctly using the template defined in your config instead of the Sonata
one. (@VincentLanglet)
Removed
3.18.0
Added
- Added direct dependency against "twig/twig".
- Added
ModelManager::getDefaultPerPageOptions
ArrayFilter
which supports@ORM\Column(type="array")
Fixed
- Fixed usage of deprecated Twig syntax
for..if
. - StringFilter now correctly takes the
case_sensitive
option into account
when the operator is=
.
3.17.1
3.17.0
3.16.0
Added
@method
annotation forProxyQuery
Fixed
- Fixed returning
void
inModelManager::getNormalizedIdentifier()
, which is
intended to return a value ornull
. - Removed deprecated usage of admin
FormType
constants - Concat value of complex primary key for correct calculate total pages in
Datagrid
Removed
- Drop support of php 7.1
3.15.0
Added
- Added support for guessing the show type of
simple_array
fields. - Allow null to be selected in ChoiceFilter
- Allow
_sort_by
filter to not be initially defined. sonata.admin.manager
tag tosonata.admin.manager.orm
service.
Fixed
- The
_sort_by_
datagrid value is properly applied before any customorderBy
. - Crash when entity has many identifiers and one of the not last identifiers is an entity.