You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
we are using spring-content-jpa in combination with spring-content-cmis.
In our application we want delete documents with multiple version and remove them from the Content Store.
When I call doc.delete(true); for a Document doc, then I would expect that all versions of this document are deleted from the database. Unfortunately only the head version is removed. It seems whether the allVersions = true option is ignored.
Regards Martin
The text was updated successfully, but these errors were encountered:
Thanks @MartinWilhelm. If I recall, this was a deliberate omission for the initial version but if you need this feature we should add. Will look tomorrow.
Hi,
we are using spring-content-jpa in combination with spring-content-cmis.
In our application we want delete documents with multiple version and remove them from the Content Store.
When I call
doc.delete(true);
for aDocument doc
, then I would expect that all versions of this document are deleted from the database. Unfortunately only the head version is removed. It seems whether theallVersions = true
option is ignored.Regards Martin
The text was updated successfully, but these errors were encountered: