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
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
#779
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.
The text was updated successfully, but these errors were encountered:
Vikcen
changed the title
Actions of rename and move of a document , from the synchronized folder on client CmisSync, deletes and create a new document in the server
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
Jul 2, 2019
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:
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:
Can we have a solution for this please?
Regards.
Vicente Bravo.
The text was updated successfully, but these errors were encountered: