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:
Florian Mü
2011-07-25 11:31:18 +00:00
parent a6d7fef35a
commit d3d0a33fe9

View File

@@ -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);
}