-
Type: Bug
-
Status: Resolved
-
Priority: Blocker
-
Resolution: Fixed
-
Affects Version/s: 9.10, 10.2
-
Fix Version/s: 10.10
-
Component/s: Core
-
Release Notes Summary:A note created with D&D will only create one version.
-
Backlog priority:1,500
-
Impact type:API change
-
Upgrade notes:
-
Sprint:nxfit 10.10.5
-
Story Points:2
When importing a text file using the Import button with a selected Nature, version is incremented twice, setting it to 0.2.
How to reproduce:
- create a text file named testNote1.txt on local filesystem
- login to Nuxeo JSF UI
- navigate to a Workspace or Folder
- click the IMPORT button to open the import dialog box:
- select text file testFolder1.txt in Where widget
- select or drag-and-drop text file testNote1.txt in Files field
- select Application in Nature field
- click Import button
Expected result: Note document named testNote1.txt is created with version 0.1.
Actual result: Note document named testNote1.txt is created with version 0.2.
Note: the double version increment does not happen if no value is selected for Nature field.