NHMDenmark / Mass-Digitizer

Common repo for the DaSSCo team
Apache License 2.0
1 stars 0 forks source link

Entering taxon number doesn't persist the relevant fields in db #404

Closed bhsi-snm closed 11 months ago

bhsi-snm commented 11 months ago

Template for isues/tickets in DigiApp

What is the issue ?

In NHMA when you enter the taxon number, it should populate the relevant fields in 
specimen table in the database. It currently does not. 

What is the expected acceptable result.

persist data in db when taxon number field is used to enter data

What could be the challenges ?

it could be nice to check that it works even if taxon field itself is used

What test are required ?

check that db splits the taxon name and everything corresponds to a normal entry 
FedorSteeman commented 11 months ago

Definite bug. Will fix.

FedorSteeman commented 11 months ago

Fixed with commit https://github.com/NHMDenmark/Mass-Digitizer/commit/ed954c6a7ccb0b9f4ccbea349f05be6fd602c47e

jlegind commented 10 months ago

Fixed in the handleStorageInput() function.