Skip to content

Releases: sonata-project/SonataDoctrineORMAdminBundle

3.1.5

16 Jun 07:54
3.1.5
884233a
Compare
Choose a tag to compare

Fixed

  • A list field with actions type will get all the required field options just like the _action field.
  • _action field will get a proper actions 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 definition simplethings.entityaudit.audited_entities is not present, as of 2.x version for simplethings/entity-audit-bundle.

3.1.4

23 Mar 12:38
3.1.4
894083c
Compare
Choose a tag to compare

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

23 Mar 12:37
3.1.3
da0e4c5
Compare
Choose a tag to compare

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

05 Dec 08:54
3.1.2
af9555b
Compare
Choose a tag to compare

Changed

  • ORM any-to-any list and show templates now use hasAccess

Fixed

  • Fixed typo in exception message in FormContractor

3.1.1

05 Dec 08:52
3.1.1
64caa9e
Compare
Choose a tag to compare

Fixed

  • Use mor reliable UnitOfWork::getEntityState() method to detect persisted entities.
  • Typo on RuntimeException usages

3.1.0

12 Sep 11:55
3.1.0
5a68199
Compare
Choose a tag to compare

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 for sonata_type_model_list
  • FormContractor supports the new Sonata\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

05 Jul 14:18
3.0.5
b1eb22c
Compare
Choose a tag to compare

Fixed

  • Fix FormContractor::getDefaultOptions not checking against form types FQCNs

3.0.4

17 Jun 15:00
3.0.4
c27f7a5
Compare
Choose a tag to compare

Fixed

  • Fix wrong property name on FormContractor
  • Create form is shown instead of filters on sonata_type_model_list popup

3.0.3

09 Jun 15:54
3.0.3
4c7f933
Compare
Choose a tag to compare

Fixed

  • Failing identifier management for relations as id
  • Deprecated usage of form type name

3.0.2

03 Jun 08:00
3.0.2
6798afd
Compare
Choose a tag to compare

Fixed

  • Avoid duplicate field in ORDER clause
  • Support embedded object for mapping