All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog and this project adheres to Semantic Versioning.
- CUBA 7.2
- CUBA 7.1
SoftReferenceInstanceNameTableColumnGeneratorrenders null references correctly instead of throwing an error
SoftReferenceFormFieldGeneratorto render a soft reference into a CUBA 7 form componentSoftReferenceInstanceNameTableColumnGeneratorto render a soft reference with an instance name as a link into a table component
- fixed entity import / export of entities containing a soft reference via entity inspector. The soft reference in the EntityLoadInfo output format is used.
EntitySoftReferenceDatatypeuses EntityLoadInfo output format:example$Customer-2fdc4906-fa89-11e7-8c3f-9a214cf093ae
- CUBA 7
- CUBA 6.10.x
- removed wrong HSQLDB DB update scripts
- NPE when referencing a metaclass which is not available anymore (#4)
- SoftReferenceServiceBean: implementation switched to Java for better interoperability (#1)
- CUBA 6.9.x
- changed EntitySoftReferenceService API
- EntitySoftReferenceConverter
- EntitySoftReferenceDatatype
- SoftReferenceService for data retrieval
- CUBA 6.8.x