NCEAS / morpho

Morpho metadata editor
GNU General Public License v2.0
3 stars 1 forks source link

Import Taxonomic coverage does not handle code/definition enumerations very well #960

Closed mbjones closed 6 years ago

mbjones commented 6 years ago

Author Name: ben leinfelder (ben leinfelder) Original Redmine Issue: 5784, https://projects.ecoinformatics.org/ecoinfo/issues/5784 Original Date: 2013-01-15 Original Assignee: ben leinfelder


In a data package where some columns were annotated to use an enumerated domain (code=definition) the taxonomic import wizard columns (you select from) were offset. In this case it was by two. Still trying to generalize this behavior and replicate it myself.

mbjones commented 6 years ago

Original Redmine Comment Author Name: ben leinfelder (ben leinfelder) Original Date: 2013-01-16T20:52:43Z


There was a slight bug in how the code/def values were retrieved from attributes that provided them. We were processing a subset of the columns, but mixing up array indexes in the subset with array indexes in the complete set. The fix is committed to both trunk and the 1.10.0 branch (for potential 1.10.1 release)

mbjones commented 6 years ago

Original Redmine Comment Author Name: Redmine Admin (Redmine Admin) Original Date: 2013-03-27T21:31:39Z


Original Bugzilla ID was 5784