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
whenassociated_property
is set inListMapper::add
to enable sorting onassociated_property
by default.
Deprecated
AbstractAdmin::GetCurrentChild
method- Deprecate
getModelIdentifier
in favor ofgetIdentifierFieldNames
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
ornull
. - Type of argument 3 passed to
UrlGeneratorInterface::generateMenuUrl()
. AdminHelper::addNewInstance
to detect methods based onmethod_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 inconfigureFormField