-
Type: Bug
-
Status: Resolved
-
Priority: Minor
-
Resolution: Fixed
-
Affects Version/s: 5.4.0
-
Fix Version/s: None
-
Component/s: Direct Transfer
Pre-requisites:
- enable "Document Type Selection" in Drive settings and restart Drive
Steps to reproduce:
- Click on the "Upload Content" button in the Drive context menu
- The "Direct Transfer" window is displayed
- Push the "New transfer" button
- in the new popup, push the "Add a folder" button and select a folder with some files
- Select a remote folder
- in the Advanced box, select "Folder" for "Folder Type"
- Validate with the OK button
- Navigate to the remote folder in Nuxeo WebUI, then to the newly created folder
- Click on the Edit button
- Observe that the "Title" field is empty. The same observation can be done from the JSON export
*Expected behavior: *the title (dc:title field) is set on the newly created folder
Note that this bug does not occur with the Automation selection because it uses a different method to create the folder (operation FileManager.CreateFolder)
*Analysis of the issue: *it probably comes from the fact that "dc:title" is not set in the payload sent to the REST API endpoint (POST call) which creates the folder. The document name should be used as title