mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-08-07 17:49:17 +00:00
Merged HEAD-BUG-FIX (4.3/Cloud) to HEAD (4.3/Cloud)
63704: Merged V4.2-BUG-FIX (4.2.2) to HEAD-BUG-FIX (4.3.0.BF) 63576: Merged DEV to V4.2-BUG-FIX (4.2.2) 59932 : MNT-10161 : cmis:description is not mapped properly for CMIS 1.1 compliance - Implementation of org.alfresco.opencmis.mapping.DescriptionProperty added. Register PropertyAccessor only for CMIS 1.1 63562 : MNT-10161 : cmis:description is not mapped properly for CMIS 1.1 compliance - Fix related test git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@64315 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
@@ -143,7 +143,8 @@ public class RuntimePropertyAccessorMapping implements PropertyAccessorMapping,
|
||||
registerPropertyAccessor(new TargetIdProperty(serviceRegistry, cmisConnector));
|
||||
if(cmisMapping.getCmisVersion().equals(CmisVersion.CMIS_1_1))
|
||||
{
|
||||
registerPropertyAccessor(new SecondaryTypesProperty(serviceRegistry, cmisConnector, cmisMapping));
|
||||
registerPropertyAccessor(new DescriptionProperty(serviceRegistry, cmisConnector));
|
||||
registerPropertyAccessor(new SecondaryTypesProperty(serviceRegistry, cmisConnector, cmisMapping));
|
||||
}
|
||||
|
||||
//
|
||||
|
Reference in New Issue
Block a user