USGS-WiM / merlin_django

Mercury Research Laboratory Information Management System written in Django with Django Rest Framework
Other
2 stars 6 forks source link

Change Sample Search Grid Update for Changes to Project #130

Closed aaronstephenson closed 3 years ago

aaronstephenson commented 3 years ago

Currently the project ID value does not get updated when the project name value is changed by the user, and so the changed value doesn't get sent to the database, and also site lookups fail because they're using the wrong project ID.

aaronstephenson commented 3 years ago

Fixed in 08fe3089, pushed to test environment.