aodn / nrmn-application

A web application for collation, validation, and storage of all data obtained during surveys conducted by the NRMN
GNU General Public License v3.0
4 stars 3 forks source link

Add missing integer mappings for Block and Total columns #1094

Closed nspool closed 2 years ago

nspool commented 2 years ago

Block and Total values are using the default modelmapper mapping resulting in an unhandled exception when either value is not a number.

Fix found another bug where the Latitude and Longitude values were being returned as NaN instead of null if the conversion failed.

Add an invalid mappings test.