dfo-mar-odis / dart

DFO At-sea Reporting Template, collect Elog, CTD and sample data at sea to produce reports then upload to BioChem at the end of the mission
3 stars 1 forks source link

Dart Version on out of date mission databases #167

Closed upsonp closed 1 week ago

upsonp commented 1 week ago

The Dart Version displayed on out of date databases is incorrect. It seems to always display the version from the fist time 'dart_version' was introduced, I've checked several missions and they do have the correct versions, they just aren't being displayed on the mission selection page.

image

upsonp commented 1 week ago

Found the issue in the mission_table.html template 🤦‍♂️ image

upsonp commented 1 week ago

I also accidentally created a mission database when trying to figure out what the issue was. The mission database was created from the Django shell by misspelling a mission name. When created I wasn't able to view any other databases due to an exception being thrown in the settingsdb.views.get_mission_dictionary() function.

I now also report corrupted databases in the error.log