Bauble / bauble.classic

this is how Bauble and Ghini both started
GNU General Public License v2.0
10 stars 34 forks source link

json importer fails if higher taxon is not in database #203

Closed mfrasca closed 8 years ago

mfrasca commented 8 years ago

I'm importing a file containing this synonymy: »Abutilon pulverulentum Ulbrich = Sidasodes jamesonii (Baker f. ) Fryxell & Fuertes«

the current database does not contain the Sidasodes genus, so the synonymy is not completely specified.

the json importer will not know in which family to put the Sidasodes genus, so no family implies no genus, no genus implies no species, no species implies no accepted name, None as accepted is an error, the transaction is rolled back.

the procedure fails silently

mfrasca commented 8 years ago

This issue was moved to Ghini/ghini.desktop#123