-
Type: Bug
-
Status: Resolved
-
Priority: Critical
-
Resolution: Fixed
-
Affects Version/s: 2.1.914
-
Fix Version/s: 2.1.1130
-
Component/s: Synchronizer
Step to reproduce:
- synchronize a folder which contains at least one document
- open the synchronized folder on the local computer
- copy and paste a document using Ctrl+C and then Ctrl+V
- the document is copied with the new name containing the "copy" suffix, like "hello - Copy.pptx"
- the Drive icon in the systray blinks which indicates that the new document is taken into account
- when the icon stops blinking, refresh the folder on the server: no new document is present
- in the logs, there is the following warning
2016-11-23 10:05:43,790 3512 3528 WARNING nxdrive.engine.processor This document StateRow[18](Local: u'/HF04/hello - Copy.pptx', Remote: None, Local state: created, Remote state: unknown, State: locally_created) has remote_ref defaultFileSystemItemFactory#default#233b3e58-5745-4d15-bf66-2f1adc18c95c 2016-11-23 10:05:43,901 3512 3528 WARNING nxdrive.engine.processor Document is already on the server should not create: StateRow[18](Local: u'/HF04/hello - Copy.pptx', Remote: None, Local state: created, Remote state: unknown, State: locally_created) | NuxeoDocumentInfo(root=None, name=u'hello pptx 2', uid=u'233b3e58-5745-4d15-bf66-2f1adc18c95c', parent_uid=u'08aee580-57ce-4981-a036-74a0030b25cb', path=u'/default-domain/UserWorkspaces/Administrator/HF04/hello pptx 2', folderish=False, last_modification_time=datetime.datetime(2016, 10, 18, 14, 8, 37, 640000), last_contributor=u'Administrator', digest_algorithm=u'md5', digest=u'9b0434bec941806f67a0b7ebcd4117b8', repository='default', doc_type=u'File', version='0.0', state=u'project', has_blob=True, filename=u'hello.pptx', lock_owner=None, lock_created=None, permissions=None)
Not fixed with build from November 18th