mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-10-15 15:02:20 +00:00
Merged HEAD-BUG-FIX (5.1/Cloud) to HEAD (5.1/Cloud)
102709: Merged 5.0.N (5.0.2) to HEAD-BUG-FIX (5.1/Cloud) 102490: Merged V4.2-BUG-FIX (4.2.5) to 5.0.N (5.0.2) 102292: Merged DEV to V4.2-BUG-FIX (4.2.5) 101892: MNT-13670 : Description is not displayed for content type D:lnk:link - Added mapping cmis:description for Cmis 1.0. git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@103539 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
@@ -136,9 +136,9 @@ public class RuntimePropertyAccessorMapping implements PropertyAccessorMapping,
|
||||
registerPropertyAccessor(new AllowedChildObjectTypeIdsProperty(serviceRegistry, cmisConnector, cmisMapping));
|
||||
registerPropertyAccessor(new SourceIdProperty(serviceRegistry, cmisConnector));
|
||||
registerPropertyAccessor(new TargetIdProperty(serviceRegistry, cmisConnector));
|
||||
registerPropertyAccessor(new DescriptionProperty(serviceRegistry, cmisConnector));
|
||||
if(cmisMapping.getCmisVersion().equals(CmisVersion.CMIS_1_1))
|
||||
{
|
||||
registerPropertyAccessor(new DescriptionProperty(serviceRegistry, cmisConnector));
|
||||
registerPropertyAccessor(new SecondaryTypesProperty(serviceRegistry, cmisConnector, cmisMapping));
|
||||
|
||||
// MNT-11631: 'cmis:isPrivateWorkingCopy' property accessor
|
||||
|
Reference in New Issue
Block a user