mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-07-31 17:39:05 +00:00
Merge all commits on develop to master up to commit '440986651c641dc96c1cd9f9d61525ee9435948a'
This makes version 6.7 the same on both branches. Some of the previous versions (6.2-6.6) on master were missing commits that existed on develop. Note: 6.7 was released on develop. It should have been done on master, but at least it has resulted in the missing commits getting to master.
This commit is contained in:
@@ -1283,11 +1283,6 @@ public class AlfrescoCmisServiceImpl extends AbstractCmisService implements Alfr
|
||||
throw new CmisConstraintException("This document type does requires content!");
|
||||
}
|
||||
|
||||
if (docType.isVersionable() && (versioningState == VersioningState.NONE))
|
||||
{
|
||||
throw new CmisConstraintException("This document type is versionable!");
|
||||
}
|
||||
|
||||
if (!docType.isVersionable() && (versioningState != VersioningState.NONE))
|
||||
{
|
||||
throw new CmisConstraintException("This document type is not versionable!");
|
||||
|
Reference in New Issue
Block a user