USGS-WiM / merlin_django

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

Big changes: added analysis to database design, and updated code in s… #65

Closed aaronstephenson closed 9 years ago

aaronstephenson commented 9 years ago

…everal files to account for this addition; added several columns to result search, and updated CSV export to include additions; changed CSV export of results to only include one, not both, result value types (whichever is selected in client page, default to report value); fixed a bug in the result search result value column toggle; fixed a bug in several client pages where changedRowIndices didn't reset after search/save/page change; fixed a bug in a few pages where save didn't work properly due to missing else clause.