Bug #9823
Authority record entity type does not export
Status: | Verified | Start date: | 05/10/2016 | |
---|---|---|---|---|
Priority: | Medium | Due date: | ||
Assignee: | - | % Done: | 0% | |
Category: | EAC - Import/Export | |||
Target version: | Release 2.3.0 | |||
Google Code Legacy ID: | Tested version: | 2.3 | ||
Sponsored: | No | Requires documentation: |
Description
- Create an authority record
- Select a "Type of Entity" (Corporation, Person, Family)
- Export EAC XML
- Look at the XML file produced
- No entity type is included in the output
- Entity type should export, and re-import properly as well.
Notes
Tested with qa/2.3.x code at commit 1459f20
Related issues
History
#1 Updated by David Juhasz about 6 years ago
- Category set to EAC - Import/Export
#2 Updated by Dan Gillean about 6 years ago
- Related to Bug #9828: Authority record fields not exporting: Dates of creation, revision deletion; Status; Maintenance notes added
#3 Updated by Dan Gillean about 6 years ago
- Assignee deleted (
Dan Gillean)
Reference: http://eac.staatsbibliothek-berlin.de/fileadmin/user_upload/schema/cpfTagLibrary.html#entityType
- Occurs within part of an <identity> element
- MUST contain only: "person" or "corporateBody" or "family"
- That means we have to export/import somewhat differently than we display in the UI.
#4 Updated by Mike Gale about 6 years ago
- Assignee set to Mike Gale
- Target version set to Release 2.3.0
#5 Updated by Mike Gale about 6 years ago
- Status changed from New to Code Review
- Assignee changed from Mike Gale to José Raddaoui Marín
https://github.com/artefactual/atom/pull/337
Here you go Radda, a whole 1 line to code review! :P
#6 Updated by Dan Gillean about 6 years ago
- Related to Bug #9755: Actor dates of existence do not export added
#7 Updated by José Raddaoui Marín about 6 years ago
- Status changed from Code Review to Feedback
- Assignee changed from José Raddaoui Marín to Mike Gale
Looks like it has been already merged by Sevein!
#8 Updated by Mike Gale about 6 years ago
- Status changed from Feedback to QA/Review
- Assignee changed from Mike Gale to Dan Gillean
#9 Updated by Dan Gillean about 6 years ago
- Status changed from QA/Review to Verified
- Assignee deleted (
Dan Gillean)
Works! Successfully roundtripped entity type.