Releases: sonata-project/SonataDoctrineORMAdminBundle
Releases · sonata-project/SonataDoctrineORMAdminBundle
3.1.5
Fixed
- A list field with
actions
type will get all the required field options just like the_action
field. _action
field will get a properactions
type.ModelFilter::handleMultiple
fix method to retrieve parent alias for building IDENTITY query part- One-to-many and many-to-many association script will not try to load links with "javascript:" hrefs via XHR.
- Fixed
AddAuditEntityCompilerPass::process()
when definitionsimplethings.entityaudit.audited_entities
is not present, as of2.x
version forsimplethings/entity-audit-bundle
.
3.1.4
Fixed
- Fixed broken translation in oneToMany table view
- Fixed wrong translation in delete checkbox in
edit_orm_one_to_many_inline_table.html.twig
Security
- Fixed view - check specific item collection, not to the whole collection.
3.1.3
Fixed
- Consider NULL values when using 'is not equal' advanced model filter
- Use the right array conversion for filter value
- Fixed wrong link generation when calling
DatagridMapper::addIdentifier
on mapped field - Fixed duplicate translation of "Delete" in edit tab view
Changed
- Translation in twig templates uses the twig translation filter
3.1.2
Changed
- ORM any-to-any list and show templates now use
hasAccess
Fixed
- Fixed typo in exception message in
FormContractor
3.1.1
Fixed
- Use mor reliable
UnitOfWork::getEntityState()
method to detect persisted entities. - Typo on
RuntimeException
usages
3.1.0
Changed
- Date range filter can now be used with only one side defined
- Use class names for filters when using symfony 2.8+
- Changed how
FormContractor::getDefaultOptions
checks which type is used. Instead of checking for an array of available types, we improve this by checking for the class instance or parents.
Fixed
- Allow not mapped field to use
admin_code
option forsonata_type_model_list
FormContractor
supports the newSonata\AdminBundle\Form\Type\ModelListType
- Add missing translation of 'Delete' in edit view
- Use class name when referencing
Form Type
to be compatible with Symfony 2.8+
Removed
- internal test classes are now excluded from the autoloader
3.0.5
Fixed
- Fix
FormContractor::getDefaultOptions
not checking against form types FQCNs
3.0.4
Fixed
- Fix wrong property name on FormContractor
- Create form is shown instead of filters on
sonata_type_model_list
popup
3.0.3
Fixed
- Failing identifier management for relations as id
- Deprecated usage of
form
type name
3.0.2
Fixed
- Avoid duplicate field in ORDER clause
- Support embedded object for mapping