mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-07-31 17:39:05 +00:00
OpenCMIS server update
git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@29303 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
@@ -2011,9 +2011,9 @@ public class AlfrescoCmisService extends AbstractCmisService
|
||||
{
|
||||
checkRepositoryId(repositoryId);
|
||||
|
||||
if (objectId != null)
|
||||
if (versionSeriesId == null && objectId != null)
|
||||
{
|
||||
// it's an AtomPub call
|
||||
// it's a browser binding call
|
||||
versionSeriesId = connector.getCurrentVersionId(objectId);
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user