Custom Entity
4.0
Description
The custom entity bundle provides the following tools to help managing reference datas and related views inside the Akeneo PIM.
For more information or example usages for this bundle, please see the full documentation in the Readme file.
Release notes
4.0
- Merge pull request #216 from gauquier/master
- Made controllers public
3.4.0
- v3.0.0 Pim 3.0 compatibility (#66)
2.1.0
- PIM 2.2 migration
2.0.3
- PIM 2.1 compatibility
- Update Jenkins files
2.0.0 stable
- Excel Init bundle for PIM2.0
2.0.0 beta
- PIM 2.0 compatibility (beta version)
1.4.0
Features
- Added global configuration options for entities (see documentation)
- Added new event for configuration option resolving
- Added manager registry
- Added save options for form actions
- Added quick export action
BC Breaks
- Constructor for Action\AbstractAction has changed
- Constructor for Configuration\Configuration has changed
- Constructor for Configuration\Registry has changed
- Constructor for Manager\Manager has changed
- Removed all validation for abstract entities
- Changed signature of ManagerInterface::save()
1.3.0
BC Breaks
- now compatible with version 1.2.x of PIM CE
- RemoveAction and MassRemoveAction are now called DeleteAction and MassDeleteAction
- remove and mass_remove action types are now called delete and mass_delete
- pim_customentity_remove route is now named pim_customentity_delete
1.2.0
Features
- Added events on the actions
- Added ACL support
Bug fixes
- Fixed oro titles
1.1.1
Bug fixes
- Fixed bug when displaying value for option with empty code
1.1.0
Features
- Strategies are replaced by actions
- Added abstract custom entities
- Added automatic configuration of custom datagrids
BC Breaks
- Default configuration and strategy do not use quick create
- Removed unused datagrid_namespace configuration option
- Grid names are not suffixed by -grid anymore, and are the same as custom entity names