CmisSync
CmisSync copied to clipboard
Actions of rename and move of a document , from the synchronized folder on client CmisSync in Windows 10, deletes and create a new document in the server
Hello.
I'm seeing the following behavior, when i rename or move a document from CmisSync in Windows 10, it calls to the server thru the following Cmis methods:
- First it does a call to this method: public void deleteObjectOrCancelCheckOut
- Then it does a second call to this method: public String create
So it first deletes de document in the server and then create a new one in the server with new uuid.
It is not viable, because the document lose all the historic of versions, relations, etc. because this is a new document with a new uuid.
If you test it thru Cmis Workbench it does the following calls:
- For rename action: it calls to the method public void updateProperties
- For move action: it calls to the method public void moveObject
Can we have a solution for this please?
Regards. Vicente Bravo.