Commit Graph

6 Commits

Author SHA1 Message Date
Matt Ward
36e70bf36a Merge pull request #26 from Alfresco/fix/REPO-2926_fix_cmis_sys_updates
REPO-2926: CMIS update now ignores aspects in the sys namespace (MNT-18340)
2017-09-27 14:51:33 +01:00
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
a321e1a812 REPO-2926: CMIS update now ignores aspects in the sys namespace
Includes tests
2017-09-21 17:18:11 +01:00
Matt Ward
2f16270e6f MNT-18340: no longer ignores property updates for "unrelated" aspect removal
https://issues.alfresco.com/jira/browse/MNT-18340
2017-09-20 16:28:49 +01:00
Alex Mukha
5e247e50b4 REPO-2724 Apply default maven folder structure 2017-07-28 14:51:21 +01:00