Feature #616
Get levels of descriptions from database
Status: | Verified | Start date: | 11/19/2012 | |
---|---|---|---|---|
Priority: | Low | Due date: | ||
Assignee: | Misty De Meo | % Done: | 100% | |
Category: | CSV import | Estimated time: | 2.00 hours | |
Target version: | Release 1.4.0 | |||
Google Code Legacy ID: | Tested version: | |||
Sponsored: | No | Requires documentation: |
Description
The file lib/QuBitCsvTransform.class.php has an array called levelsOfDescription, that has hardcoded values. These values also exist in the database for AtoM, in the taxonomy section.
QuBitCsvTransform.class.php should get the levels of descriptions from the AtoM db, rather than using a hardcoded list. That way a user can update the taxonomy and the new values will work in future transforms.
Related issues
History
#1 Updated by Jesús García Crespo about 9 years ago
- Assignee changed from Mike Cantelon to Jesús García Crespo
- Estimated time set to 2.00
- Sponsored set to No
#2 Updated by José Raddaoui Marín about 9 years ago
- Assignee changed from Jesús García Crespo to José Raddaoui Marín
#3 Updated by Jesús García Crespo almost 9 years ago
- Status changed from New to QA/Review
#4 Updated by José Raddaoui Marín almost 9 years ago
- % Done changed from 0 to 100
Applied in changeset atom|commit:060454eeb78a716d81f45676df2b5347b03e2b87.
#5 Updated by Jessica Bushey almost 9 years ago
- Assignee changed from José Raddaoui Marín to Misty De Meo
#6 Updated by Misty De Meo almost 9 years ago
- Status changed from QA/Review to Verified
I can confirm that this works as expected now. Thanks Radda!