USGS-WiM / merlin_django

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

Report File Export Broken #156

Closed aaronstephenson closed 2 years ago

aaronstephenson commented 2 years ago

Export All errors out, but Export Current Page still works, which means the problem is likely in the HTTP request, probably stemming from the recent date search type param.

aaronstephenson commented 2 years ago

Definitely the date search type param. Needed to include it in the export HTTP requests, had overlooked that when adding it to the search requests. Fixed in 97b26ddc.