Opened 10 years ago
Closed 10 years ago
#336 closed defect (fixed)
Some metadata fields are not exported with notes and attachments
| Reported by: | dstillman | Owned by: | simon |
|---|---|---|---|
| Priority: | major | Milestone: | 1.0 Beta 2 |
| Component: | export | Version: | 1.0 |
| Keywords: | Cc: |
Description
Now that Item.toArray() is updated, export needs to handle embedded attachment notes (stored in the 'note' property of attachments) as well as URLs and access dates for attachments/notes, and possibly dateAdded and dateModified.
Since toArray() now just calls itself recursively on children, the export code should probably handle attachments like normal items (i.e. using any data toArray() makes available), since it's possible we'll add more metadata fields in the future.
Change History (1)
comment:1 Changed 10 years ago by simon
- Resolution set to fixed
- Status changed from new to closed
Note: See
TracTickets for help on using
tickets.
(In [753]) closes #336, Some metadata fields are not exported with notes and attachments
closes #165, verify import/export can carry all data for all fields and item types
closes #168, make sure MODS import works with files from external sources