Commit Graph

5 Commits

Author SHA1 Message Date
Matt Ward
f61b3c747f Merge branch 'develop' into fix/MNT-18340_needs_two_updates
# Conflicts:
#	src/main/java/org/alfresco/opencmis/CMISConnector.java
2017-09-22 15:43:24 +01:00
Alexandru-Eusebiu Epure
366a0e773e Fix/mnt 16641 cmis applying aspects including protected properties (REPO-1065) (#20)
* REPO-1065 : Service Pack: MNT-16641 CMIS API: Applying aspects including protected properties results in CmisInvalidArgumentException: Property is read-only!
   Remove code from CMISConnector.processSecondaryTypes, that for each aspect added, it will search all of his properties in repository and add them with a null value(if not included in the propsToAdd).
      Add an extra check to CMISTest.testUpdatePropertiesSetDeleteContentVersioning now adding the P:cm:lockable aspect to a document (before this fix failing).
         Added CMISConnector.isUpdatable returns true/false if a property is updatable
2017-09-22 14:45:14 +03:00
Matt Ward
bb53033ce5 MNT-18340: test to prove prop updates work when removing aspects 2017-09-20 17:45:05 +01:00
Ancuta Morarasu
28366861fc REPO-2705 / MNT-17961: Cannot create new Alfresco NON-versioned document with CMIS API Calls - test 2017-09-12 00:26:57 +03:00
Alex Mukha
5e247e50b4 REPO-2724 Apply default maven folder structure 2017-07-28 14:51:21 +01:00