Closed
Description
The function
async function isRepositoryVersioned(repoInfo, repositoryId) {
let repoType = repoInfo.data[repositoryId].capabilities["capabilityContentStreamUpdatability"]
if (repoType === "pwconly") {
repoType = "versioned";
} else {
repoType = "non-versioned";
}
saveRepoToCache(repositoryId, repoType);
return repoType === "versioned" ? true : false;
}
checks the attribute capabilityContentStreamUpdatability for the value pwconly instead of the value anytime.
I think this is a bug.
Please have a look at the documentation
http://docs.oasis-open.org/cmis/CMIS/v1.0/cd04/cmis-spec-v1.0.pdf
lines 74-80
Can you please provide a fix asap?
Thanks and best regards
Adrian
Metadata
Metadata
Assignees
Labels
No labels