mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-08-07 17:49:17 +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);
|
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);
|
versionSeriesId = connector.getCurrentVersionId(objectId);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user