Bug #5210
multiple <p> tags witihin an EAD element are dropped on import.
Status: | Verified | Start date: | 06/10/2013 | |
---|---|---|---|---|
Priority: | Medium | Due date: | ||
Assignee: | José Raddaoui Marín | % Done: | 100% | |
Category: | EAD | Estimated time: | 10.00 hours | |
Target version: | Release 1.4.0 | |||
Google Code Legacy ID: | Tested version: | |||
Sponsored: | No | Requires documentation: |
Description
To Reproduce
Attempt to import an EAD file that contains more than 1 paragraph tag contained within a single EAD element. For example:
<scopecontent> <p>Try</p> <p>importing</p> <p>this.</p> </scopecontent>
Resulting Error
All data except that contained in the last paragraph tag is dropped - AtoM overwrites the first 2 < p > tags. In the above example the only information that would be imported would be:
this.
Expected Result
Throughout the application, AtoM should support the use of multiple paragraph tags on import. This should be changed in the generic import script at a high level, rather than in multiple places for specific elements like scope and content.
History
#1 Updated by José Raddaoui Marín almost 9 years ago
- Status changed from New to QA/Review
- % Done changed from 0 to 100
Applied in changeset atom|commit:5e42f4e8e3f606840c3211971a7d07b07cddb696.
#2 Updated by José Raddaoui Marín almost 9 years ago
- Status changed from QA/Review to In progress
- % Done changed from 100 to 90
It's not merged yet, sorry.
#3 Updated by José Raddaoui Marín almost 9 years ago
- Status changed from In progress to QA/Review
- % Done changed from 90 to 100
Applied in changeset atom|commit:04964c4d09aa3cc98c848cdc344fcec3580d61da
#4 Updated by Jesús García Crespo almost 9 years ago
- Estimated time set to 10.00
#5 Updated by Dan Gillean almost 9 years ago
- Status changed from QA/Review to Verified
I have discovered some bioghist problems through this, but I think they relate to different issues. I tested this in most fields (related materials, scope and content, access restrictions, finding aids, etc. etc.) and had no problem importing text with multiple <p> tags.