Update notes for 2019-02-27

This commit is contained in:
2019-02-27 10:18:12 -08:00
parent 24b01ce7ee
commit c645882122
4 changed files with 35 additions and 15 deletions

View File

@ -1235,6 +1235,14 @@ Authorization denied for action WORKFLOW_STEP_1 on COLLECTION:1021 by user 3049
- Discuss batch uploads with Sisay
- He's trying to upload some CTA records, but it's not possible to do collection mapping when using the web UI
- I sent a mail to the dspace-tech mailing list to ask about the inability to perform mappings when uploading via the XMLUI batch upload
- He asked me to upload the files for him via the command line, but the file he referenced (`Thumbnails_feb_2019.zip`) doesn't exist
- I noticed that the command line batch import functionality is a bit weird when using zip files because you have to specify the directory where the zip file is location as well as the zip file's name:
```
$ ~/dspace/bin/dspace import -a -e aorth@stfu.com -m mapfile -s /home/aorth/Downloads/2019-02-27-test/ -z SimpleArchiveFormat.zip
```
- Why don't they just derive the directory from the path to the zip file?
<!-- vim: set sw=2 ts=2: -->