Bug #9383
AtoM inserts extra slash in digitalObjectURI when exporting CSV
Status: | Verified | Start date: | 01/29/2016 | |
---|---|---|---|---|
Priority: | Low | Due date: | ||
Assignee: | Dan Gillean | % Done: | 0% | |
Category: | CSV export | |||
Target version: | Release 2.3.0 | |||
Google Code Legacy ID: | Tested version: | |||
Sponsored: | No | Requires documentation: | No |
Description
To reproduce:
- Create a record and attach a local digital object to it
- Add the description to the AtoM clipboard
- Go to the clipboard and export CSV
Result: the URI in the digitalObjectURI column will have an extra / in it. E.g.: http://localhost//uploads/.../test.jpg
Expected result: no extra /
History
#1 Updated by Mike Gale over 6 years ago
- File 0001-Remove-extra-in-digital-object-urls-refs-9383.patch
added
- Status changed from New to Code Review
- Assignee changed from Mike Gale to José Raddaoui Marín
- Target version set to Release 2.3.0
#2 Updated by José Raddaoui Marín over 6 years ago
- Status changed from Code Review to Feedback
- Assignee changed from José Raddaoui Marín to Mike Gale
Looks good!
#3 Updated by Mike Gale over 6 years ago
- Status changed from Feedback to QA/Review
- Assignee changed from Mike Gale to Dan Gillean
merged qa/2.3.x
#4 Updated by Dan Gillean over 6 years ago
- Status changed from QA/Review to Verified
- Requires documentation set to No
Looks good! Tested before and after the PR, so I saw the bug you found, and then saw it fixed on the next export. Hurrah!