Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
Vikcen opened this issue Jul 2, 2019 · 0 comments

Comments

@Vikcen
Copy link

Vikcen commented 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:

  • 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.

@Vikcen 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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant